Shades of Turquoise #35FBD5
Tints of Turquoise #35FBD5
RGB
CMYK
RGB Variations
Color information
#35FBD5 (or 0x35FBD5) is known color: Turquoise. HEX triplet: 35, FB and D5. RGB value is (53,251,213). Sum of RGB (Red+Green+Blue) = 53+251+213=517 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.25% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #35FBD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FBD5 is #CA042A. Grayscale: #BBBBBB. Windows color (decimal): -13239339 or 14023477. OLE color: 14023477.
HSL color Cylindrical-coordinate representation of color #35FBD5: hue angle of 168.48º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FBD5 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 251 | 213 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.02 |
| HSL | 168.48º | 0.96% | 0.6% | - |
| HSV(B) | 168.48º | 0.79% | 0.98% | - |
| XYZ | 47.98 | 74.56 | 74.81 | - |
| YUV | 187.47 | 142.4 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 251 | 213 | 0.79 | 0 | 0.15 | 0.02 | 168.48 | 0.96 | 0.6 |
| Hex | 35 | FB | D5 | 4F | 0 | F | 2 | A8 | 60 | 3C |
| Octal | 65 | 373 | 325 | 117 | 0 | 17 | 2 | 250 | 140 | 74 |
| Binary | 110101 | 11111011 | 11010101 | 1001111 | 0 | 1111 | 10 | 10101000 | 1100000 | 111100 |
Color Harmonies of #35FBD5
Complementary color
Monochromatic Colors of #35FBD5
Black with #35FBD5
Text Example
Text Example
White with #35FBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FBD5; }
p { color: rgb(53,251,213); }
H1.HeaderClassName
{
color: #35FBD5;
}
.AnyTagClassName
{
color: #35FBD5;
}
</style>
background-color css
<style>
a { background-color: #35FBD5; }
a { background-color: rgb(53,251,213); }
div.DivClassName
{
background-color: #35FBD5;
}
.BgClassName
{
background-color: #35FBD5;
}
</style>
border-color css
<style>
span { border-color: #35FBD5; }
span { border-color: rgb(53,251,213); }
td.TdClassName
{
border-color: #35FBD5;
}
.TagClassName
{
border-color: #35FBD5;
}
</style>