Html Css Color HEX #33E5CA Turquoise

📋 copy color: '#33E5CA'

red 51 ◦ green 229 ◦ blue 202

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

Shades of Turquoise #33E5CA

Tints of Turquoise #33E5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 10.58%
G = 47.51%
B = 41.91%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#33E5CA (or 0x33E5CA) is known color: Turquoise. HEX triplet: 33, E5 and CA. RGB value is (51,229,202). Sum of RGB (Red+Green+Blue) = 51+229+202=482 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.58% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #33E5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E5CA is #CC1A35. Grayscale: #ACACAC. Windows color (decimal): -13376054 or 13296947. OLE color: 13296947.

HSL color Cylindrical-coordinate representation of color #33E5CA: hue angle of 170.9º 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 #33E5CA is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 229 202 -
CMYK 0.78 0 0.12 0.10
HSL 170.9º 0.77% 0.55% -
HSV(B) 170.9º 0.78% 0.9% -
XYZ 40.05 61.01 65.54 -
YUV 172.7 144.53 41.2 -
System Red Green Blue C M Y K H S L
Decimal 51 229 202 0.78 0 0.12 0.10 170.9 0.77 0.55
Hex 33 E5 CA 4E 0 C A AB 4D 37
Octal 63 345 312 116 0 14 12 253 115 67
Binary 110011 11100101 11001010 1001110 0 1100 1010 10101011 1001101 110111

Color Harmonies of #33E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E5CA

Black with #33E5CA

Text Example


Text Example

White with #33E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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