#33E0DA

Color #33E0DA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #33E0DA

Tints of Turquoise #33E0DA

Color information

#33E0DA (or 0x33E0DA) is unknown color: approx Turquoise. HEX triplet: 33, E0 and DA. RGB value is (51,224,218). Sum of RGB (Red+Green+Blue) = 51+224+218=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #33E0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E0DA is #CC1F25. Grayscale: #ABABAB. Windows color (decimal): -13377318 or 14344243. OLE color: 14344243.

HSL color Cylindrical-coordinate representation of color #33E0DA: hue angle of 177.92º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E0DA is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB51224218-
CMYK0.7700.030.12
HSL177.92º73.62%53.92%-
HSV(B)177.92º77.23%87.84%-
XYZ40.6859.0875.59-
YUV171.59154.1941.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.34%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=10.34%
G=45.44%
B=44.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal512242180.7700.030.12177.9273.6253.92
Hex33E0DA4D03Cb24a36
Octal63340332115031426211266
Binary110011111000001101101010011010111100101100101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,224,218); }

 H1.HeaderClassName
 {
   color: #33E0DA;
 }
 .AnyTagClassName
 {
   color: #33E0DA;
 }
</style>
background-color css

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

 a { background-color: rgb(51,224,218); }

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

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

 span { border-color: rgb(51,224,218); }

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