Shades of Turquoise #35FFAF
Tints of Turquoise #35FFAF
RGB
CMYK
RGB Variations
Color information
#35FFAF (or 0x35FFAF) is known color: Turquoise. HEX triplet: 35, FF and AF. RGB value is (53,255,175). Sum of RGB (Red+Green+Blue) = 53+255+175=483 (63% of max value = 765). Red value is 53 (21.09% from 255 or 10.97% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FFAF is #CA0050. Grayscale: #B9B9B9. Windows color (decimal): -13238353 or 11534133. OLE color: 11534133.
HSL color Cylindrical-coordinate representation of color #35FFAF: hue angle of 156.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FFAF is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 175 | - |
| CMYK | 0.79 | 0 | 0.31 | 0 |
| HSL | 156.24º | 1% | 0.6% | - |
| HSV(B) | 156.24º | 0.79% | 1% | - |
| XYZ | 44.97 | 75.37 | 52.74 | - |
| YUV | 185.48 | 122.08 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 175 | 0.79 | 0 | 0.31 | 0 | 156.24 | 1 | 0.6 |
| Hex | 35 | FF | AF | 4F | 0 | 1F | 0 | 9C | 64 | 3C |
| Octal | 65 | 377 | 257 | 117 | 0 | 37 | 0 | 234 | 144 | 74 |
| Binary | 110101 | 11111111 | 10101111 | 1001111 | 0 | 11111 | 0 | 10011100 | 1100100 | 111100 |
Color Harmonies of #35FFAF
Complementary color
Monochromatic Colors of #35FFAF
Black with #35FFAF
Text Example
Text Example
White with #35FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFAF; }
p { color: rgb(53,255,175); }
H1.HeaderClassName
{
color: #35FFAF;
}
.AnyTagClassName
{
color: #35FFAF;
}
</style>
background-color css
<style>
a { background-color: #35FFAF; }
a { background-color: rgb(53,255,175); }
div.DivClassName
{
background-color: #35FFAF;
}
.BgClassName
{
background-color: #35FFAF;
}
</style>
border-color css
<style>
span { border-color: #35FFAF; }
span { border-color: rgb(53,255,175); }
td.TdClassName
{
border-color: #35FFAF;
}
.TagClassName
{
border-color: #35FFAF;
}
</style>