Shades of Turquoise Blue #5FE1D7
Tints of Turquoise Blue #5FE1D7
RGB
CMYK
RGB Variations
Color information
#5FE1D7 (or 0x5FE1D7) is known color: Turquoise Blue. HEX triplet: 5F, E1 and D7. RGB value is (95,225,215). Sum of RGB (Red+Green+Blue) = 95+225+215=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE1D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE1D7 is #A01E28. Grayscale: #B8B8B8. Windows color (decimal): -10493481 or 14147935. OLE color: 14147935.
HSL color Cylindrical-coordinate representation of color #5FE1D7: hue angle of 175.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE1D7 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 215 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.12 |
| HSL | 175.38º | 0.68% | 0.63% | - |
| HSV(B) | 175.38º | 0.58% | 0.88% | - |
| XYZ | 43.91 | 61.19 | 73.79 | - |
| YUV | 184.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 215 | 0.58 | 0 | 0.04 | 0.12 | 175.38 | 0.68 | 0.63 |
| Hex | 5F | E1 | D7 | 3A | 0 | 4 | C | AF | 44 | 3F |
| Octal | 137 | 341 | 327 | 72 | 0 | 4 | 14 | 257 | 104 | 77 |
| Binary | 1011111 | 11100001 | 11010111 | 111010 | 0 | 100 | 1100 | 10101111 | 1000100 | 111111 |
Color Harmonies of #5FE1D7
Complementary color
Monochromatic Colors of #5FE1D7
Black with #5FE1D7
Text Example
Text Example
White with #5FE1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE1D7; }
p { color: rgb(95,225,215); }
H1.HeaderClassName
{
color: #5FE1D7;
}
.AnyTagClassName
{
color: #5FE1D7;
}
</style>
background-color css
<style>
a { background-color: #5FE1D7; }
a { background-color: rgb(95,225,215); }
div.DivClassName
{
background-color: #5FE1D7;
}
.BgClassName
{
background-color: #5FE1D7;
}
</style>
border-color css
<style>
span { border-color: #5FE1D7; }
span { border-color: rgb(95,225,215); }
td.TdClassName
{
border-color: #5FE1D7;
}
.TagClassName
{
border-color: #5FE1D7;
}
</style>