Shades of Medium Turquoise #33CCDC
Tints of Medium Turquoise #33CCDC
RGB
CMYK
RGB Variations
Color information
#33CCDC (or 0x33CCDC) is known color: Medium Turquoise. HEX triplet: 33, CC and DC. RGB value is (51,204,220). Sum of RGB (Red+Green+Blue) = 51+204+220=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #33CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCDC is #CC3323. Grayscale: #9F9F9F. Windows color (decimal): -13382436 or 14470195. OLE color: 14470195.
HSL color Cylindrical-coordinate representation of color #33CCDC: hue angle of 185.68º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CCDC is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 204 | 220 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.14 |
| HSL | 185.68º | 0.71% | 0.53% | - |
| HSV(B) | 185.68º | 0.77% | 0.86% | - |
| XYZ | 35.88 | 49.06 | 75.29 | - |
| YUV | 160.08 | 161.81 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 220 | 0.77 | 0.07 | 0 | 0.14 | 185.68 | 0.71 | 0.53 |
| Hex | 33 | CC | DC | 4D | 7 | 0 | E | BA | 47 | 35 |
| Octal | 63 | 314 | 334 | 115 | 7 | 0 | 16 | 272 | 107 | 65 |
| Binary | 110011 | 11001100 | 11011100 | 1001101 | 111 | 0 | 1110 | 10111010 | 1000111 | 110101 |
Color Harmonies of #33CCDC
Complementary color
Monochromatic Colors of #33CCDC
Black with #33CCDC
Text Example
Text Example
White with #33CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCDC; }
p { color: rgb(51,204,220); }
H1.HeaderClassName
{
color: #33CCDC;
}
.AnyTagClassName
{
color: #33CCDC;
}
</style>
background-color css
<style>
a { background-color: #33CCDC; }
a { background-color: rgb(51,204,220); }
div.DivClassName
{
background-color: #33CCDC;
}
.BgClassName
{
background-color: #33CCDC;
}
</style>
border-color css
<style>
span { border-color: #33CCDC; }
span { border-color: rgb(51,204,220); }
td.TdClassName
{
border-color: #33CCDC;
}
.TagClassName
{
border-color: #33CCDC;
}
</style>