Shades of Turquoise #35FDB9
Tints of Turquoise #35FDB9
RGB
CMYK
RGB Variations
Color information
#35FDB9 (or 0x35FDB9) is known color: Turquoise. HEX triplet: 35, FD and B9. RGB value is (53,253,185). Sum of RGB (Red+Green+Blue) = 53+253+185=491 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.79% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #35FDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FDB9 is #CA0246. Grayscale: #B9B9B9. Windows color (decimal): -13238855 or 12188981. OLE color: 12188981.
HSL color Cylindrical-coordinate representation of color #35FDB9: hue angle of 159.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FDB9 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 253 | 185 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.01 |
| HSL | 159.6º | 0.98% | 0.6% | - |
| HSV(B) | 159.6º | 0.79% | 0.99% | - |
| XYZ | 45.35 | 74.51 | 57.89 | - |
| YUV | 185.45 | 127.74 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 253 | 185 | 0.79 | 0 | 0.27 | 0.01 | 159.6 | 0.98 | 0.6 |
| Hex | 35 | FD | B9 | 4F | 0 | 1B | 1 | A0 | 62 | 3C |
| Octal | 65 | 375 | 271 | 117 | 0 | 33 | 1 | 240 | 142 | 74 |
| Binary | 110101 | 11111101 | 10111001 | 1001111 | 0 | 11011 | 1 | 10100000 | 1100010 | 111100 |
Color Harmonies of #35FDB9
Complementary color
Monochromatic Colors of #35FDB9
Black with #35FDB9
Text Example
Text Example
White with #35FDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FDB9; }
p { color: rgb(53,253,185); }
H1.HeaderClassName
{
color: #35FDB9;
}
.AnyTagClassName
{
color: #35FDB9;
}
</style>
background-color css
<style>
a { background-color: #35FDB9; }
a { background-color: rgb(53,253,185); }
div.DivClassName
{
background-color: #35FDB9;
}
.BgClassName
{
background-color: #35FDB9;
}
</style>
border-color css
<style>
span { border-color: #35FDB9; }
span { border-color: rgb(53,253,185); }
td.TdClassName
{
border-color: #35FDB9;
}
.TagClassName
{
border-color: #35FDB9;
}
</style>