#33FFD9

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

Shades of Turquoise #33FFD9

Tints of Turquoise #33FFD9

Color information

#33FFD9 (or 0x33FFD9) is unknown color: approx Turquoise. HEX triplet: 33, FF and D9. RGB value is (51,255,217). Sum of RGB (Red+Green+Blue) = 51+255+217=523 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.75% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFD9 is #CC0026. Grayscale: #BDBDBD. Windows color (decimal): -13369383 or 14286643. OLE color: 14286643.

HSL color Cylindrical-coordinate representation of color #33FFD9: hue angle of 168.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFD9 is Cyan = 0.8, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB51255217-
CMYK0.800.150
HSL168.82º100%60%-
HSV(B)168.82º80%100%-
XYZ49.6577.2377.94-
YUV189.67143.4129.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.75%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=9.75%
G=48.76%
B=41.49%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512552170.800.150168.8210060
Hex33FFD9500F0a9643c
Octal63377331120017025114474
Binary11001111111111110110011010000011110101010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,255,217); }

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

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

 a { background-color: rgb(51,255,217); }

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

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

 span { border-color: rgb(51,255,217); }

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