Html Css Color HEX #33E5CC Turquoise

📋 copy color: '#33E5CC'

red 51 ◦ green 229 ◦ blue 204

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

Shades of Turquoise #33E5CC

Tints of Turquoise #33E5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.31%

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

R = 10.54%
G = 47.31%
B = 42.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#33E5CC (or 0x33E5CC) is known color: Turquoise. HEX triplet: 33, E5 and CC. RGB value is (51,229,204). Sum of RGB (Red+Green+Blue) = 51+229+204=484 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.54% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #33E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E5CC is #CC1A33. Grayscale: #ACACAC. Windows color (decimal): -13376052 or 13428019. OLE color: 13428019.

HSL color Cylindrical-coordinate representation of color #33E5CC: hue angle of 171.57º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E5CC is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 229 204 -
CMYK 0.78 0 0.11 0.10
HSL 171.57º 0.77% 0.55% -
HSV(B) 171.57º 0.78% 0.9% -
XYZ 40.28 61.1 66.8 -
YUV 172.93 145.53 41.03 -
System Red Green Blue C M Y K H S L
Decimal 51 229 204 0.78 0 0.11 0.10 171.57 0.77 0.55
Hex 33 E5 CC 4E 0 B A AC 4D 37
Octal 63 345 314 116 0 13 12 254 115 67
Binary 110011 11100101 11001100 1001110 0 1011 1010 10101100 1001101 110111

Color Harmonies of #33E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E5CC

Black with #33E5CC

Text Example


Text Example

White with #33E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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