Shades of Turquoise #35F4C6
Tints of Turquoise #35F4C6
RGB
CMYK
RGB Variations
Color information
#35F4C6 (or 0x35F4C6) is known color: Turquoise. HEX triplet: 35, F4 and C6. RGB value is (53,244,198). Sum of RGB (Red+Green+Blue) = 53+244+198=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #35F4C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F4C6 is #CA0B39. Grayscale: #B5B5B5. Windows color (decimal): -13241146 or 13038645. OLE color: 13038645.
HSL color Cylindrical-coordinate representation of color #35F4C6: hue angle of 165.55º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F4C6 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 244 | 198 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.04 |
| HSL | 165.55º | 0.9% | 0.58% | - |
| HSV(B) | 165.55º | 0.78% | 0.96% | - |
| XYZ | 44.01 | 69.54 | 64.53 | - |
| YUV | 181.65 | 137.22 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 244 | 198 | 0.78 | 0 | 0.19 | 0.04 | 165.55 | 0.9 | 0.58 |
| Hex | 35 | F4 | C6 | 4E | 0 | 13 | 4 | A6 | 5A | 3A |
| Octal | 65 | 364 | 306 | 116 | 0 | 23 | 4 | 246 | 132 | 72 |
| Binary | 110101 | 11110100 | 11000110 | 1001110 | 0 | 10011 | 100 | 10100110 | 1011010 | 111010 |
Color Harmonies of #35F4C6
Complementary color
Monochromatic Colors of #35F4C6
Black with #35F4C6
Text Example
Text Example
White with #35F4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F4C6; }
p { color: rgb(53,244,198); }
H1.HeaderClassName
{
color: #35F4C6;
}
.AnyTagClassName
{
color: #35F4C6;
}
</style>
background-color css
<style>
a { background-color: #35F4C6; }
a { background-color: rgb(53,244,198); }
div.DivClassName
{
background-color: #35F4C6;
}
.BgClassName
{
background-color: #35F4C6;
}
</style>
border-color css
<style>
span { border-color: #35F4C6; }
span { border-color: rgb(53,244,198); }
td.TdClassName
{
border-color: #35F4C6;
}
.TagClassName
{
border-color: #35F4C6;
}
</style>