Shades of Turquoise #35F0C6
Tints of Turquoise #35F0C6
RGB
CMYK
RGB Variations
Color information
#35F0C6 (or 0x35F0C6) is known color: Turquoise. HEX triplet: 35, F0 and C6. RGB value is (53,240,198). Sum of RGB (Red+Green+Blue) = 53+240+198=491 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.79% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #35F0C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F0C6 is #CA0F39. Grayscale: #B3B3B3. Windows color (decimal): -13242170 or 13037621. OLE color: 13037621.
HSL color Cylindrical-coordinate representation of color #35F0C6: hue angle of 166.52º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F0C6 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 240 | 198 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.06 |
| HSL | 166.52º | 0.86% | 0.57% | - |
| HSV(B) | 166.52º | 0.78% | 0.94% | - |
| XYZ | 42.82 | 67.15 | 64.13 | - |
| YUV | 179.3 | 138.55 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 240 | 198 | 0.78 | 0 | 0.18 | 0.06 | 166.52 | 0.86 | 0.57 |
| Hex | 35 | F0 | C6 | 4E | 0 | 12 | 6 | A7 | 56 | 39 |
| Octal | 65 | 360 | 306 | 116 | 0 | 22 | 6 | 247 | 126 | 71 |
| Binary | 110101 | 11110000 | 11000110 | 1001110 | 0 | 10010 | 110 | 10100111 | 1010110 | 111001 |
Color Harmonies of #35F0C6
Complementary color
Monochromatic Colors of #35F0C6
Black with #35F0C6
Text Example
Text Example
White with #35F0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F0C6; }
p { color: rgb(53,240,198); }
H1.HeaderClassName
{
color: #35F0C6;
}
.AnyTagClassName
{
color: #35F0C6;
}
</style>
background-color css
<style>
a { background-color: #35F0C6; }
a { background-color: rgb(53,240,198); }
div.DivClassName
{
background-color: #35F0C6;
}
.BgClassName
{
background-color: #35F0C6;
}
</style>
border-color css
<style>
span { border-color: #35F0C6; }
span { border-color: rgb(53,240,198); }
td.TdClassName
{
border-color: #35F0C6;
}
.TagClassName
{
border-color: #35F0C6;
}
</style>