Shades of Turquoise Blue #5FE3D9
Tints of Turquoise Blue #5FE3D9
RGB
CMYK
RGB Variations
Color information
#5FE3D9 (or 0x5FE3D9) is known color: Turquoise Blue. HEX triplet: 5F, E3 and D9. RGB value is (95,227,217). Sum of RGB (Red+Green+Blue) = 95+227+217=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE3D9 is #A01C26. Grayscale: #BABABA. Windows color (decimal): -10492967 or 14279519. OLE color: 14279519.
HSL color Cylindrical-coordinate representation of color #5FE3D9: hue angle of 175.45º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE3D9 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 217 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.11 |
| HSL | 175.45º | 0.7% | 0.63% | - |
| HSV(B) | 175.45º | 0.58% | 0.89% | - |
| XYZ | 44.71 | 62.38 | 75.33 | - |
| YUV | 186.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 217 | 0.58 | 0 | 0.04 | 0.11 | 175.45 | 0.7 | 0.63 |
| Hex | 5F | E3 | D9 | 3A | 0 | 4 | B | AF | 46 | 3F |
| Octal | 137 | 343 | 331 | 72 | 0 | 4 | 13 | 257 | 106 | 77 |
| Binary | 1011111 | 11100011 | 11011001 | 111010 | 0 | 100 | 1011 | 10101111 | 1000110 | 111111 |
Color Harmonies of #5FE3D9
Complementary color
Monochromatic Colors of #5FE3D9
Black with #5FE3D9
Text Example
Text Example
White with #5FE3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE3D9; }
p { color: rgb(95,227,217); }
H1.HeaderClassName
{
color: #5FE3D9;
}
.AnyTagClassName
{
color: #5FE3D9;
}
</style>
background-color css
<style>
a { background-color: #5FE3D9; }
a { background-color: rgb(95,227,217); }
div.DivClassName
{
background-color: #5FE3D9;
}
.BgClassName
{
background-color: #5FE3D9;
}
</style>
border-color css
<style>
span { border-color: #5FE3D9; }
span { border-color: rgb(95,227,217); }
td.TdClassName
{
border-color: #5FE3D9;
}
.TagClassName
{
border-color: #5FE3D9;
}
</style>