#33C8D9

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

Shades of Medium Turquoise #33C8D9

Tints of Medium Turquoise #33C8D9

Color information

#33C8D9 (or 0x33C8D9) is unknown color: approx Medium Turquoise. HEX triplet: 33, C8 and D9. RGB value is (51,200,217). Sum of RGB (Red+Green+Blue) = 51+200+217=468 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.90% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #33C8D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C8D9 is #CC3726. Grayscale: #9D9D9D. Windows color (decimal): -13383463 or 14272563. OLE color: 14272563.

HSL color Cylindrical-coordinate representation of color #33C8D9: hue angle of 186.14º 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 #33C8D9 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB51200217-
CMYK0.760.0800.15
HSL186.14º68.6%52.55%-
HSV(B)186.14º76.5%85.1%-
XYZ34.5447.0272.9-
YUV157.39161.6452.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal512002170.760.0800.15186.1468.652.55
Hex33C8D94C80Fba4535
Octal633103311141001727210565
Binary11001111001000110110011001100100001111101110101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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