#33D9C8

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

Shades of Turquoise #33D9C8

Tints of Turquoise #33D9C8

Color information

#33D9C8 (or 0x33D9C8) is unknown color: approx Turquoise. HEX triplet: 33, D9 and C8. RGB value is (51,217,200). Sum of RGB (Red+Green+Blue) = 51+217+200=468 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.90% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #33D9C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D9C8 is #CC2637. Grayscale: #A5A5A5. Windows color (decimal): -13379128 or 13162803. OLE color: 13162803.

HSL color Cylindrical-coordinate representation of color #33D9C8: hue angle of 173.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D9C8 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB51217200-
CMYK0.7600.080.15
HSL173.86º68.6%52.55%-
HSV(B)173.86º76.5%85.1%-
XYZ36.654.563.23-
YUV165.43147.546.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.90%
GREEN value IS 217 (85.16% from 255) = 46.37%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=10.90%
G=46.37%
B=42.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal512172000.7600.080.15173.8668.652.55
Hex33D9C84C08Fae4535
Octal633313101140101725610565
Binary11001111011001110010001001100010001111101011101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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