Shades of Turquoise Blue #5FE5EC
Tints of Turquoise Blue #5FE5EC
RGB
CMYK
RGB Variations
Color information
#5FE5EC (or 0x5FE5EC) is known color: Turquoise Blue. HEX triplet: 5F, E5 and EC. RGB value is (95,229,236). Sum of RGB (Red+Green+Blue) = 95+229+236=560 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.96% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FE5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE5EC is #A01A13. Grayscale: #BDBDBD. Windows color (decimal): -10492436 or 15525215. OLE color: 15525215.
HSL color Cylindrical-coordinate representation of color #5FE5EC: hue angle of 182.98º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FE5EC is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 229 | 236 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.07 |
| HSL | 182.98º | 0.79% | 0.65% | - |
| HSV(B) | 182.98º | 0.6% | 0.93% | - |
| XYZ | 47.88 | 64.53 | 89.29 | - |
| YUV | 189.73 | 154.11 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 229 | 236 | 0.60 | 0.03 | 0 | 0.07 | 182.98 | 0.79 | 0.65 |
| Hex | 5F | E5 | EC | 3C | 3 | 0 | 7 | B7 | 4F | 41 |
| Octal | 137 | 345 | 354 | 74 | 3 | 0 | 7 | 267 | 117 | 101 |
| Binary | 1011111 | 11100101 | 11101100 | 111100 | 11 | 0 | 111 | 10110111 | 1001111 | 1000001 |
Color Harmonies of #5FE5EC
Complementary color
Monochromatic Colors of #5FE5EC
Black with #5FE5EC
Text Example
Text Example
White with #5FE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE5EC; }
p { color: rgb(95,229,236); }
H1.HeaderClassName
{
color: #5FE5EC;
}
.AnyTagClassName
{
color: #5FE5EC;
}
</style>
background-color css
<style>
a { background-color: #5FE5EC; }
a { background-color: rgb(95,229,236); }
div.DivClassName
{
background-color: #5FE5EC;
}
.BgClassName
{
background-color: #5FE5EC;
}
</style>
border-color css
<style>
span { border-color: #5FE5EC; }
span { border-color: rgb(95,229,236); }
td.TdClassName
{
border-color: #5FE5EC;
}
.TagClassName
{
border-color: #5FE5EC;
}
</style>