#33F0D8

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

Shades of Turquoise #33F0D8

Tints of Turquoise #33F0D8

Color information

#33F0D8 (or 0x33F0D8) is unknown color: approx Turquoise. HEX triplet: 33, F0 and D8. RGB value is (51,240,216). Sum of RGB (Red+Green+Blue) = 51+240+216=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #33F0D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F0D8 is #CC0F27. Grayscale: #B4B4B4. Windows color (decimal): -13373224 or 14217267. OLE color: 14217267.

HSL color Cylindrical-coordinate representation of color #33F0D8: hue angle of 172.38º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F0D8 is Cyan = 0.79, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB51240216-
CMYK0.7900.10.06
HSL172.38º86.3%57.06%-
HSV(B)172.38º78.75%94.12%-
XYZ44.9267.9875.72-
YUV180.75147.8835.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.06%
GREEN value IS 240 (94.14% from 255) = 47.34%
BLUE value IS 216 (84.77% from 255) = 42.60%
R=10.06%
G=47.34%
B=42.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal512402160.7900.10.06172.3886.357.06
Hex33F0D84F0A6ac5639
Octal63360330117012625412671
Binary1100111111000011011000100111101010110101011001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,240,216); }

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

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

 a { background-color: rgb(51,240,216); }

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

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

 span { border-color: rgb(51,240,216); }

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