#33DAE0

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

Shades of Turquoise #33DAE0

Tints of Turquoise #33DAE0

Color information

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

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

Color convert

RGB51218224-
CMYK0.770.0300.12
HSL182.08º73.62%53.92%-
HSV(B)182.08º77.23%87.84%-
XYZ39.8956.2379.27-
YUV168.75159.1744.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal512182240.770.0300.12182.0873.6253.92
Hex33DAE04D30Cb64a36
Octal63332340115301426611266
Binary110011110110101110000010011011101100101101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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