Shades of Turquoise Blue #5FECF6
Tints of Turquoise Blue #5FECF6
RGB
CMYK
RGB Variations
Color information
#5FECF6 (or 0x5FECF6) is known color: Turquoise Blue. HEX triplet: 5F, EC and F6. RGB value is (95,236,246). Sum of RGB (Red+Green+Blue) = 95+236+246=577 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.46% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #5FECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECF6 is #A01309. Grayscale: #C2C2C2. Windows color (decimal): -10490634 or 16182367. OLE color: 16182367.
HSL color Cylindrical-coordinate representation of color #5FECF6: hue angle of 183.97º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FECF6 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 236 | 246 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.04 |
| HSL | 183.97º | 0.89% | 0.67% | - |
| HSV(B) | 183.97º | 0.61% | 0.96% | - |
| XYZ | 51.35 | 69.08 | 97.82 | - |
| YUV | 194.98 | 156.79 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 246 | 0.61 | 0.04 | 0 | 0.04 | 183.97 | 0.89 | 0.67 |
| Hex | 5F | EC | F6 | 3D | 4 | 0 | 4 | B8 | 59 | 43 |
| Octal | 137 | 354 | 366 | 75 | 4 | 0 | 4 | 270 | 131 | 103 |
| Binary | 1011111 | 11101100 | 11110110 | 111101 | 100 | 0 | 100 | 10111000 | 1011001 | 1000011 |
Color Harmonies of #5FECF6
Complementary color
Monochromatic Colors of #5FECF6
Black with #5FECF6
Text Example
Text Example
White with #5FECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECF6; }
p { color: rgb(95,236,246); }
H1.HeaderClassName
{
color: #5FECF6;
}
.AnyTagClassName
{
color: #5FECF6;
}
</style>
background-color css
<style>
a { background-color: #5FECF6; }
a { background-color: rgb(95,236,246); }
div.DivClassName
{
background-color: #5FECF6;
}
.BgClassName
{
background-color: #5FECF6;
}
</style>
border-color css
<style>
span { border-color: #5FECF6; }
span { border-color: rgb(95,236,246); }
td.TdClassName
{
border-color: #5FECF6;
}
.TagClassName
{
border-color: #5FECF6;
}
</style>