Shades of Turquoise #35F4C8
Tints of Turquoise #35F4C8
RGB
CMYK
RGB Variations
Color information
#35F4C8 (or 0x35F4C8) is known color: Turquoise. HEX triplet: 35, F4 and C8. RGB value is (53,244,200). Sum of RGB (Red+Green+Blue) = 53+244+200=497 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.66% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #35F4C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F4C8 is #CA0B37. Grayscale: #B5B5B5. Windows color (decimal): -13241144 or 13169717. OLE color: 13169717.
HSL color Cylindrical-coordinate representation of color #35F4C8: hue angle of 166.18º 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 #35F4C8 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 244 | 200 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.04 |
| HSL | 166.18º | 0.9% | 0.58% | - |
| HSV(B) | 166.18º | 0.78% | 0.96% | - |
| XYZ | 44.24 | 69.63 | 65.75 | - |
| YUV | 181.88 | 138.22 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 244 | 200 | 0.78 | 0 | 0.18 | 0.04 | 166.18 | 0.9 | 0.58 |
| Hex | 35 | F4 | C8 | 4E | 0 | 12 | 4 | A6 | 5A | 3A |
| Octal | 65 | 364 | 310 | 116 | 0 | 22 | 4 | 246 | 132 | 72 |
| Binary | 110101 | 11110100 | 11001000 | 1001110 | 0 | 10010 | 100 | 10100110 | 1011010 | 111010 |
Color Harmonies of #35F4C8
Complementary color
Monochromatic Colors of #35F4C8
Black with #35F4C8
Text Example
Text Example
White with #35F4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F4C8; }
p { color: rgb(53,244,200); }
H1.HeaderClassName
{
color: #35F4C8;
}
.AnyTagClassName
{
color: #35F4C8;
}
</style>
background-color css
<style>
a { background-color: #35F4C8; }
a { background-color: rgb(53,244,200); }
div.DivClassName
{
background-color: #35F4C8;
}
.BgClassName
{
background-color: #35F4C8;
}
</style>
border-color css
<style>
span { border-color: #35F4C8; }
span { border-color: rgb(53,244,200); }
td.TdClassName
{
border-color: #35F4C8;
}
.TagClassName
{
border-color: #35F4C8;
}
</style>