Shades of Turquoise #35DCCC
Tints of Turquoise #35DCCC
RGB
CMYK
RGB Variations
Color information
#35DCCC (or 0x35DCCC) is known color: Turquoise. HEX triplet: 35, DC and CC. RGB value is (53,220,204). Sum of RGB (Red+Green+Blue) = 53+220+204=477 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.11% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCCC is #CA2333. Grayscale: #A8A8A8. Windows color (decimal): -13247284 or 13425717. OLE color: 13425717.
HSL color Cylindrical-coordinate representation of color #35DCCC: hue angle of 174.25º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DCCC is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 220 | 204 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.14 |
| HSL | 174.25º | 0.7% | 0.54% | - |
| HSV(B) | 174.25º | 0.76% | 0.86% | - |
| XYZ | 37.96 | 56.3 | 65.99 | - |
| YUV | 168.24 | 148.17 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 204 | 0.76 | 0 | 0.07 | 0.14 | 174.25 | 0.7 | 0.54 |
| Hex | 35 | DC | CC | 4C | 0 | 7 | E | AE | 46 | 36 |
| Octal | 65 | 334 | 314 | 114 | 0 | 7 | 16 | 256 | 106 | 66 |
| Binary | 110101 | 11011100 | 11001100 | 1001100 | 0 | 111 | 1110 | 10101110 | 1000110 | 110110 |
Color Harmonies of #35DCCC
Complementary color
Monochromatic Colors of #35DCCC
Black with #35DCCC
Text Example
Text Example
White with #35DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DCCC; }
p { color: rgb(53,220,204); }
H1.HeaderClassName
{
color: #35DCCC;
}
.AnyTagClassName
{
color: #35DCCC;
}
</style>
background-color css
<style>
a { background-color: #35DCCC; }
a { background-color: rgb(53,220,204); }
div.DivClassName
{
background-color: #35DCCC;
}
.BgClassName
{
background-color: #35DCCC;
}
</style>
border-color css
<style>
span { border-color: #35DCCC; }
span { border-color: rgb(53,220,204); }
td.TdClassName
{
border-color: #35DCCC;
}
.TagClassName
{
border-color: #35DCCC;
}
</style>