Html Css Color HEX #33DEE5 Turquoise

📋 copy color: '#33DEE5'

red 51 ◦ green 222 ◦ blue 229

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

Shades of Turquoise #33DEE5

Tints of Turquoise #33DEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.22%

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 10.16%
G = 44.22%
B = 45.62%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#33DEE5 (or 0x33DEE5) is known color: Turquoise. HEX triplet: 33, DE and E5. RGB value is (51,222,229). Sum of RGB (Red+Green+Blue) = 51+222+229=502 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.16% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #33DEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DEE5 is #CC211A. Grayscale: #ABABAB. Windows color (decimal): -13377819 or 15064627. OLE color: 15064627.

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

Color convert

RGB 51 222 229 -
CMYK 0.78 0.03 0 0.10
HSL 182.36º 0.77% 0.55% -
HSV(B) 182.36º 0.78% 0.9% -
XYZ 41.63 58.6 83.25 -
YUV 171.67 160.35 41.93 -
System Red Green Blue C M Y K H S L
Decimal 51 222 229 0.78 0.03 0 0.10 182.36 0.77 0.55
Hex 33 DE E5 4E 3 0 A B6 4D 37
Octal 63 336 345 116 3 0 12 266 115 67
Binary 110011 11011110 11100101 1001110 11 0 1010 10110110 1001101 110111

Color Harmonies of #33DEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DEE5

Black with #33DEE5

Text Example


Text Example

White with #33DEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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