Html Css Color HEX #33EACC Turquoise

📋 copy color: '#33EACC'

red 51 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #33EACC

Tints of Turquoise #33EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.85%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 10.43%
G = 47.85%
B = 41.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#33EACC (or 0x33EACC) is known color: Turquoise. HEX triplet: 33, EA and CC. RGB value is (51,234,204). Sum of RGB (Red+Green+Blue) = 51+234+204=489 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.43% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #33EACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EACC is #CC1533. Grayscale: #AFAFAF. Windows color (decimal): -13374772 or 13429299. OLE color: 13429299.

HSL color Cylindrical-coordinate representation of color #33EACC: hue angle of 170.16º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EACC is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 234 204 -
CMYK 0.78 0 0.13 0.08
HSL 170.16º 0.81% 0.56% -
HSV(B) 170.16º 0.78% 0.92% -
XYZ 41.69 63.91 67.27 -
YUV 175.86 143.87 38.94 -
System Red Green Blue C M Y K H S L
Decimal 51 234 204 0.78 0 0.13 0.08 170.16 0.81 0.56
Hex 33 EA CC 4E 0 D 8 AA 51 38
Octal 63 352 314 116 0 15 10 252 121 70
Binary 110011 11101010 11001100 1001110 0 1101 1000 10101010 1010001 111000

Color Harmonies of #33EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EACC

Black with #33EACC

Text Example


Text Example

White with #33EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,234,204); }

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

background-color css

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

 a { background-color: rgb(51,234,204); }

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

border-color css

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

 span { border-color: rgb(51,234,204); }

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