Shades of Turquoise Blue #5FECEF
Tints of Turquoise Blue #5FECEF
RGB
CMYK
RGB Variations
Color information
#5FECEF (or 0x5FECEF) is known color: Turquoise Blue. HEX triplet: 5F, EC and EF. RGB value is (95,236,239). Sum of RGB (Red+Green+Blue) = 95+236+239=570 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.67% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECEF is #A01310. Grayscale: #C2C2C2. Windows color (decimal): -10490641 or 15723615. OLE color: 15723615.
HSL color Cylindrical-coordinate representation of color #5FECEF: hue angle of 181.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FECEF is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 236 | 239 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.06 |
| HSL | 181.25º | 0.82% | 0.65% | - |
| HSV(B) | 181.25º | 0.6% | 0.94% | - |
| XYZ | 50.29 | 68.66 | 92.26 | - |
| YUV | 194.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 239 | 0.60 | 0.01 | 0 | 0.06 | 181.25 | 0.82 | 0.65 |
| Hex | 5F | EC | EF | 3C | 1 | 0 | 6 | B5 | 52 | 41 |
| Octal | 137 | 354 | 357 | 74 | 1 | 0 | 6 | 265 | 122 | 101 |
| Binary | 1011111 | 11101100 | 11101111 | 111100 | 1 | 0 | 110 | 10110101 | 1010010 | 1000001 |
Color Harmonies of #5FECEF
Complementary color
Monochromatic Colors of #5FECEF
Black with #5FECEF
Text Example
Text Example
White with #5FECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECEF; }
p { color: rgb(95,236,239); }
H1.HeaderClassName
{
color: #5FECEF;
}
.AnyTagClassName
{
color: #5FECEF;
}
</style>
background-color css
<style>
a { background-color: #5FECEF; }
a { background-color: rgb(95,236,239); }
div.DivClassName
{
background-color: #5FECEF;
}
.BgClassName
{
background-color: #5FECEF;
}
</style>
border-color css
<style>
span { border-color: #5FECEF; }
span { border-color: rgb(95,236,239); }
td.TdClassName
{
border-color: #5FECEF;
}
.TagClassName
{
border-color: #5FECEF;
}
</style>