Shades of Medium Turquoise #35CCDD
Tints of Medium Turquoise #35CCDD
RGB
CMYK
RGB Variations
Color information
#35CCDD (or 0x35CCDD) is known color: Medium Turquoise. HEX triplet: 35, CC and DD. RGB value is (53,204,221). Sum of RGB (Red+Green+Blue) = 53+204+221=478 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.09% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #35CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CCDD is #CA3322. Grayscale: #A0A0A0. Windows color (decimal): -13251363 or 14535733. OLE color: 14535733.
HSL color Cylindrical-coordinate representation of color #35CCDD: hue angle of 186.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35CCDD is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 204 | 221 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.13 |
| HSL | 186.07º | 0.71% | 0.54% | - |
| HSV(B) | 186.07º | 0.76% | 0.87% | - |
| XYZ | 36.11 | 49.16 | 75.99 | - |
| YUV | 160.79 | 161.97 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 204 | 221 | 0.76 | 0.08 | 0 | 0.13 | 186.07 | 0.71 | 0.54 |
| Hex | 35 | CC | DD | 4C | 8 | 0 | D | BA | 47 | 36 |
| Octal | 65 | 314 | 335 | 114 | 10 | 0 | 15 | 272 | 107 | 66 |
| Binary | 110101 | 11001100 | 11011101 | 1001100 | 1000 | 0 | 1101 | 10111010 | 1000111 | 110110 |
Color Harmonies of #35CCDD
Complementary color
Monochromatic Colors of #35CCDD
Black with #35CCDD
Text Example
Text Example
White with #35CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CCDD; }
p { color: rgb(53,204,221); }
H1.HeaderClassName
{
color: #35CCDD;
}
.AnyTagClassName
{
color: #35CCDD;
}
</style>
background-color css
<style>
a { background-color: #35CCDD; }
a { background-color: rgb(53,204,221); }
div.DivClassName
{
background-color: #35CCDD;
}
.BgClassName
{
background-color: #35CCDD;
}
</style>
border-color css
<style>
span { border-color: #35CCDD; }
span { border-color: rgb(53,204,221); }
td.TdClassName
{
border-color: #35CCDD;
}
.TagClassName
{
border-color: #35CCDD;
}
</style>