Shades of Turquoise #35DCC2
Tints of Turquoise #35DCC2
RGB
CMYK
RGB Variations
Color information
#35DCC2 (or 0x35DCC2) is known color: Turquoise. HEX triplet: 35, DC and C2. RGB value is (53,220,194). Sum of RGB (Red+Green+Blue) = 53+220+194=467 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.35% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCC2 is #CA233D. Grayscale: #A7A7A7. Windows color (decimal): -13247294 or 12770357. OLE color: 12770357.
HSL color Cylindrical-coordinate representation of color #35DCC2: hue angle of 170.66º 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 #35DCC2 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 220 | 194 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.14 |
| HSL | 170.66º | 0.7% | 0.54% | - |
| HSV(B) | 170.66º | 0.76% | 0.86% | - |
| XYZ | 36.8 | 55.84 | 59.88 | - |
| YUV | 167.1 | 143.17 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 194 | 0.76 | 0 | 0.12 | 0.14 | 170.66 | 0.7 | 0.54 |
| Hex | 35 | DC | C2 | 4C | 0 | C | E | AB | 46 | 36 |
| Octal | 65 | 334 | 302 | 114 | 0 | 14 | 16 | 253 | 106 | 66 |
| Binary | 110101 | 11011100 | 11000010 | 1001100 | 0 | 1100 | 1110 | 10101011 | 1000110 | 110110 |
Color Harmonies of #35DCC2
Complementary color
Monochromatic Colors of #35DCC2
Black with #35DCC2
Text Example
Text Example
White with #35DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DCC2; }
p { color: rgb(53,220,194); }
H1.HeaderClassName
{
color: #35DCC2;
}
.AnyTagClassName
{
color: #35DCC2;
}
</style>
background-color css
<style>
a { background-color: #35DCC2; }
a { background-color: rgb(53,220,194); }
div.DivClassName
{
background-color: #35DCC2;
}
.BgClassName
{
background-color: #35DCC2;
}
</style>
border-color css
<style>
span { border-color: #35DCC2; }
span { border-color: rgb(53,220,194); }
td.TdClassName
{
border-color: #35DCC2;
}
.TagClassName
{
border-color: #35DCC2;
}
</style>