#33F8DE

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

Shades of Turquoise #33F8DE

Tints of Turquoise #33F8DE

Color information

#33F8DE (or 0x33F8DE) is unknown color: approx Turquoise. HEX triplet: 33, F8 and DE. RGB value is (51,248,222). Sum of RGB (Red+Green+Blue) = 51+248+222=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #33F8DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F8DE is #CC0721. Grayscale: #BABABA. Windows color (decimal): -13371170 or 14612531. OLE color: 14612531.

HSL color Cylindrical-coordinate representation of color #33F8DE: hue angle of 172.08º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F8DE is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB51248222-
CMYK0.7900.100.03
HSL172.08º93.36%58.63%-
HSV(B)172.08º79.44%97.25%-
XYZ48.1273.1180.68-
YUV186.13148.2331.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.79%
GREEN value IS 248 (97.27% from 255) = 47.60%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=9.79%
G=47.60%
B=42.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal512482220.7900.100.03172.0893.3658.63
Hex33F8DE4F0A3ac5d3b
Octal63370336117012325413573
Binary110011111110001101111010011110101011101011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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