Shades of Medium Turquoise #33C0CD
Tints of Medium Turquoise #33C0CD
RGB
CMYK
RGB Variations
Color information
#33C0CD (or 0x33C0CD) is known color: Medium Turquoise. HEX triplet: 33, C0 and CD. RGB value is (51,192,205). Sum of RGB (Red+Green+Blue) = 51+192+205=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #33C0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C0CD is #CC3F32. Grayscale: #979797. Windows color (decimal): -13385523 or 13484083. OLE color: 13484083.
HSL color Cylindrical-coordinate representation of color #33C0CD: hue angle of 185.06º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C0CD is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 192 | 205 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.20 |
| HSL | 185.06º | 0.61% | 0.5% | - |
| HSV(B) | 185.06º | 0.75% | 0.8% | - |
| XYZ | 31.23 | 42.81 | 64.37 | - |
| YUV | 151.32 | 158.29 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 205 | 0.75 | 0.06 | 0 | 0.20 | 185.06 | 0.61 | 0.5 |
| Hex | 33 | C0 | CD | 4B | 6 | 0 | 14 | B9 | 3D | 32 |
| Octal | 63 | 300 | 315 | 113 | 6 | 0 | 24 | 271 | 75 | 62 |
| Binary | 110011 | 11000000 | 11001101 | 1001011 | 110 | 0 | 10100 | 10111001 | 111101 | 110010 |
Color Harmonies of #33C0CD
Complementary color
Monochromatic Colors of #33C0CD
Black with #33C0CD
Text Example
Text Example
White with #33C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C0CD; }
p { color: rgb(51,192,205); }
H1.HeaderClassName
{
color: #33C0CD;
}
.AnyTagClassName
{
color: #33C0CD;
}
</style>
background-color css
<style>
a { background-color: #33C0CD; }
a { background-color: rgb(51,192,205); }
div.DivClassName
{
background-color: #33C0CD;
}
.BgClassName
{
background-color: #33C0CD;
}
</style>
border-color css
<style>
span { border-color: #33C0CD; }
span { border-color: rgb(51,192,205); }
td.TdClassName
{
border-color: #33C0CD;
}
.TagClassName
{
border-color: #33C0CD;
}
</style>