Shades of Turquoise #35DFC0
Tints of Turquoise #35DFC0
RGB
CMYK
RGB Variations
Color information
#35DFC0 (or 0x35DFC0) is known color: Turquoise. HEX triplet: 35, DF and C0. RGB value is (53,223,192). Sum of RGB (Red+Green+Blue) = 53+223+192=468 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.32% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #35DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DFC0 is #CA203F. Grayscale: #A8A8A8. Windows color (decimal): -13246528 or 12640053. OLE color: 12640053.
HSL color Cylindrical-coordinate representation of color #35DFC0: hue angle of 169.06º degrees, saturation: 0.73, 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 #35DFC0 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 223 | 192 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.13 |
| HSL | 169.06º | 0.73% | 0.54% | - |
| HSV(B) | 169.06º | 0.76% | 0.87% | - |
| XYZ | 37.37 | 57.34 | 58.97 | - |
| YUV | 168.64 | 141.18 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 223 | 192 | 0.76 | 0 | 0.14 | 0.13 | 169.06 | 0.73 | 0.54 |
| Hex | 35 | DF | C0 | 4C | 0 | E | D | A9 | 49 | 36 |
| Octal | 65 | 337 | 300 | 114 | 0 | 16 | 15 | 251 | 111 | 66 |
| Binary | 110101 | 11011111 | 11000000 | 1001100 | 0 | 1110 | 1101 | 10101001 | 1001001 | 110110 |
Color Harmonies of #35DFC0
Complementary color
Monochromatic Colors of #35DFC0
Black with #35DFC0
Text Example
Text Example
White with #35DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DFC0; }
p { color: rgb(53,223,192); }
H1.HeaderClassName
{
color: #35DFC0;
}
.AnyTagClassName
{
color: #35DFC0;
}
</style>
background-color css
<style>
a { background-color: #35DFC0; }
a { background-color: rgb(53,223,192); }
div.DivClassName
{
background-color: #35DFC0;
}
.BgClassName
{
background-color: #35DFC0;
}
</style>
border-color css
<style>
span { border-color: #35DFC0; }
span { border-color: rgb(53,223,192); }
td.TdClassName
{
border-color: #35DFC0;
}
.TagClassName
{
border-color: #35DFC0;
}
</style>