Shades of Medium Turquoise #33CCDD
Tints of Medium Turquoise #33CCDD
RGB
CMYK
RGB Variations
Color information
#33CCDD (or 0x33CCDD) is known color: Medium Turquoise. HEX triplet: 33, CC and DD. RGB value is (51,204,221). Sum of RGB (Red+Green+Blue) = 51+204+221=476 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.71% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #33CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCDD is #CC3322. Grayscale: #9F9F9F. Windows color (decimal): -13382435 or 14535731. OLE color: 14535731.
HSL color Cylindrical-coordinate representation of color #33CCDD: hue angle of 186º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CCDD is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 204 | 221 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.13 |
| HSL | 186º | 0.71% | 0.53% | - |
| HSV(B) | 186º | 0.77% | 0.87% | - |
| XYZ | 36.01 | 49.11 | 75.99 | - |
| YUV | 160.19 | 162.31 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 221 | 0.77 | 0.08 | 0 | 0.13 | 186 | 0.71 | 0.53 |
| Hex | 33 | CC | DD | 4D | 8 | 0 | D | BA | 47 | 35 |
| Octal | 63 | 314 | 335 | 115 | 10 | 0 | 15 | 272 | 107 | 65 |
| Binary | 110011 | 11001100 | 11011101 | 1001101 | 1000 | 0 | 1101 | 10111010 | 1000111 | 110101 |
Color Harmonies of #33CCDD
Complementary color
Monochromatic Colors of #33CCDD
Black with #33CCDD
Text Example
Text Example
White with #33CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCDD; }
p { color: rgb(51,204,221); }
H1.HeaderClassName
{
color: #33CCDD;
}
.AnyTagClassName
{
color: #33CCDD;
}
</style>
background-color css
<style>
a { background-color: #33CCDD; }
a { background-color: rgb(51,204,221); }
div.DivClassName
{
background-color: #33CCDD;
}
.BgClassName
{
background-color: #33CCDD;
}
</style>
border-color css
<style>
span { border-color: #33CCDD; }
span { border-color: rgb(51,204,221); }
td.TdClassName
{
border-color: #33CCDD;
}
.TagClassName
{
border-color: #33CCDD;
}
</style>