Html Css Color HEX #33EFFC Turquoise

📋 copy color: '#33EFFC'

red 51 ◦ green 239 ◦ blue 252

#33EFFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #33EFFC

Tints of Turquoise #33EFFC

RGB

 RED value IS 51 (20.31% from 255) = 9.41%

 GREEN value IS 239 (93.75% from 255) = 44.1%

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 9.41%
G = 44.1%
B = 46.49%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#33EFFC (or 0x33EFFC) is known color: Turquoise. HEX triplet: 33, EF and FC. RGB value is (51,239,252). Sum of RGB (Red+Green+Blue) = 51+239+252=542 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.41% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #33EFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EFFC is #CC1003. Grayscale: #B8B8B8. Windows color (decimal): -13373444 or 16576307. OLE color: 16576307.

HSL color Cylindrical-coordinate representation of color #33EFFC: hue angle of 183.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33EFFC is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 239 252 -
CMYK 0.80 0.05 0 0.01
HSL 183.88º 0.97% 0.59% -
HSV(B) 183.88º 0.8% 0.99% -
XYZ 49.8 69.47 102.88 -
YUV 184.27 166.22 32.94 -
System Red Green Blue C M Y K H S L
Decimal 51 239 252 0.80 0.05 0 0.01 183.88 0.97 0.59
Hex 33 EF FC 50 5 0 1 B8 61 3B
Octal 63 357 374 120 5 0 1 270 141 73
Binary 110011 11101111 11111100 1010000 101 0 1 10111000 1100001 111011

Color Harmonies of #33EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EFFC

Black with #33EFFC

Text Example


Text Example

White with #33EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33EFFC; }

 p { color: rgb(51,239,252); }

 H1.HeaderClassName
 {
   color: #33EFFC;
 }
 .AnyTagClassName
 {
   color: #33EFFC;
 }
</style>

background-color css

<style>
 a { background-color: #33EFFC; }

 a { background-color: rgb(51,239,252); }

 div.DivClassName
 {
   background-color: #33EFFC;
 }
 .BgClassName
 {
   background-color: #33EFFC;
 }
</style>

border-color css

<style>
 span { border-color: #33EFFC; }

 span { border-color: rgb(51,239,252); }

 td.TdClassName
 {
   border-color: #33EFFC;
 }
 .TagClassName
 {
   border-color: #33EFFC;
 }
</style>