#33D1E8

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

Shades of Turquoise #33D1E8

Tints of Turquoise #33D1E8

Color information

#33D1E8 (or 0x33D1E8) is unknown color: approx Turquoise. HEX triplet: 33, D1 and E8. RGB value is (51,209,232). Sum of RGB (Red+Green+Blue) = 51+209+232=492 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.37% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #33D1E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33D1E8 is #CC2E17. Grayscale: #A4A4A4. Windows color (decimal): -13381144 or 15257907. OLE color: 15257907.

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

Color convert

RGB51209232-
CMYK0.780.1000.09
HSL187.62º79.74%55.49%-
HSV(B)187.62º78.02%90.98%-
XYZ38.7352.1384.36-
YUV164.38166.1547.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.37%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 232 (91.02% from 255) = 47.15%
R=10.37%
G=42.48%
B=47.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal512092320.780.1000.09187.6279.7455.49
Hex33D1E84EA09bc5037
Octal633213501161201127412067
Binary11001111010001111010001001110101001001101111001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,209,232); }

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

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

 a { background-color: rgb(51,209,232); }

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

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

 span { border-color: rgb(51,209,232); }

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