Shades of Turquoise #35DCC6
Tints of Turquoise #35DCC6
RGB
CMYK
RGB Variations
Color information
#35DCC6 (or 0x35DCC6) is known color: Turquoise. HEX triplet: 35, DC and C6. RGB value is (53,220,198). Sum of RGB (Red+Green+Blue) = 53+220+198=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCC6 is #CA2339. Grayscale: #A7A7A7. Windows color (decimal): -13247290 or 13032501. OLE color: 13032501.
HSL color Cylindrical-coordinate representation of color #35DCC6: hue angle of 172.1º 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 #35DCC6 is Cyan = 0.76, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 220 | 198 | - |
| CMYK | 0.76 | 0 | 0.1 | 0.14 |
| HSL | 172.1º | 0.7% | 0.54% | - |
| HSV(B) | 172.1º | 0.76% | 0.86% | - |
| XYZ | 37.25 | 56.02 | 62.28 | - |
| YUV | 167.56 | 145.17 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 198 | 0.76 | 0 | 0.1 | 0.14 | 172.1 | 0.7 | 0.54 |
| Hex | 35 | DC | C6 | 4C | 0 | A | E | AC | 46 | 36 |
| Octal | 65 | 334 | 306 | 114 | 0 | 12 | 16 | 254 | 106 | 66 |
| Binary | 110101 | 11011100 | 11000110 | 1001100 | 0 | 1010 | 1110 | 10101100 | 1000110 | 110110 |
Color Harmonies of #35DCC6
Complementary color
Monochromatic Colors of #35DCC6
Black with #35DCC6
Text Example
Text Example
White with #35DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DCC6; }
p { color: rgb(53,220,198); }
H1.HeaderClassName
{
color: #35DCC6;
}
.AnyTagClassName
{
color: #35DCC6;
}
</style>
background-color css
<style>
a { background-color: #35DCC6; }
a { background-color: rgb(53,220,198); }
div.DivClassName
{
background-color: #35DCC6;
}
.BgClassName
{
background-color: #35DCC6;
}
</style>
border-color css
<style>
span { border-color: #35DCC6; }
span { border-color: rgb(53,220,198); }
td.TdClassName
{
border-color: #35DCC6;
}
.TagClassName
{
border-color: #35DCC6;
}
</style>