#33C9B8

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

Shades of Medium Turquoise #33C9B8

Tints of Medium Turquoise #33C9B8

Color information

#33C9B8 (or 0x33C9B8) is unknown color: approx Medium Turquoise. HEX triplet: 33, C9 and B8. RGB value is (51,201,184). Sum of RGB (Red+Green+Blue) = 51+201+184=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #33C9B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C9B8 is #CC3647. Grayscale: #9A9A9A. Windows color (decimal): -13383240 or 12110131. OLE color: 12110131.

HSL color Cylindrical-coordinate representation of color #33C9B8: hue angle of 173.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C9B8 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB51201184-
CMYK0.7500.080.21
HSL173.2º59.52%49.41%-
HSV(B)173.2º74.63%78.82%-
XYZ30.945.9452.59-
YUV154.21144.854.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.70%
GREEN value IS 201 (78.91% from 255) = 46.10%
BLUE value IS 184 (72.27% from 255) = 42.20%
R=11.70%
G=46.10%
B=42.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal512011840.7500.080.21173.259.5249.41
Hex33C9B84B0815ad3c31
Octal63311270113010252557461
Binary11001111001001101110001001011010001010110101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,201,184); }

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

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

 a { background-color: rgb(51,201,184); }

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

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

 span { border-color: rgb(51,201,184); }

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