Shades of Turquoise #35DFC6
Tints of Turquoise #35DFC6
RGB
CMYK
RGB Variations
Color information
#35DFC6 (or 0x35DFC6) is known color: Turquoise. HEX triplet: 35, DF and C6. RGB value is (53,223,198). Sum of RGB (Red+Green+Blue) = 53+223+198=474 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.18% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #35DFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DFC6 is #CA2039. Grayscale: #A9A9A9. Windows color (decimal): -13246522 or 13033269. OLE color: 13033269.
HSL color Cylindrical-coordinate representation of color #35DFC6: hue angle of 171.18º 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 #35DFC6 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 223 | 198 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.13 |
| HSL | 171.18º | 0.73% | 0.54% | - |
| HSV(B) | 171.18º | 0.76% | 0.87% | - |
| XYZ | 38.05 | 57.61 | 62.54 | - |
| YUV | 169.32 | 144.18 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 223 | 198 | 0.76 | 0 | 0.11 | 0.13 | 171.18 | 0.73 | 0.54 |
| Hex | 35 | DF | C6 | 4C | 0 | B | D | AB | 49 | 36 |
| Octal | 65 | 337 | 306 | 114 | 0 | 13 | 15 | 253 | 111 | 66 |
| Binary | 110101 | 11011111 | 11000110 | 1001100 | 0 | 1011 | 1101 | 10101011 | 1001001 | 110110 |
Color Harmonies of #35DFC6
Complementary color
Monochromatic Colors of #35DFC6
Black with #35DFC6
Text Example
Text Example
White with #35DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DFC6; }
p { color: rgb(53,223,198); }
H1.HeaderClassName
{
color: #35DFC6;
}
.AnyTagClassName
{
color: #35DFC6;
}
</style>
background-color css
<style>
a { background-color: #35DFC6; }
a { background-color: rgb(53,223,198); }
div.DivClassName
{
background-color: #35DFC6;
}
.BgClassName
{
background-color: #35DFC6;
}
</style>
border-color css
<style>
span { border-color: #35DFC6; }
span { border-color: rgb(53,223,198); }
td.TdClassName
{
border-color: #35DFC6;
}
.TagClassName
{
border-color: #35DFC6;
}
</style>