Shades of Turquoise Blue #5FECF1
Tints of Turquoise Blue #5FECF1
RGB
CMYK
RGB Variations
Color information
#5FECF1 (or 0x5FECF1) is known color: Turquoise Blue. HEX triplet: 5F, EC and F1. RGB value is (95,236,241). Sum of RGB (Red+Green+Blue) = 95+236+241=572 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.61% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #5FECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECF1 is #A0130E. Grayscale: #C2C2C2. Windows color (decimal): -10490639 or 15854687. OLE color: 15854687.
HSL color Cylindrical-coordinate representation of color #5FECF1: hue angle of 182.05º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FECF1 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 236 | 241 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.05 |
| HSL | 182.05º | 0.84% | 0.66% | - |
| HSV(B) | 182.05º | 0.61% | 0.95% | - |
| XYZ | 50.59 | 68.77 | 93.83 | - |
| YUV | 194.41 | 154.29 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 241 | 0.61 | 0.02 | 0 | 0.05 | 182.05 | 0.84 | 0.66 |
| Hex | 5F | EC | F1 | 3D | 2 | 0 | 5 | B6 | 54 | 42 |
| Octal | 137 | 354 | 361 | 75 | 2 | 0 | 5 | 266 | 124 | 102 |
| Binary | 1011111 | 11101100 | 11110001 | 111101 | 10 | 0 | 101 | 10110110 | 1010100 | 1000010 |
Color Harmonies of #5FECF1
Complementary color
Monochromatic Colors of #5FECF1
Black with #5FECF1
Text Example
Text Example
White with #5FECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECF1; }
p { color: rgb(95,236,241); }
H1.HeaderClassName
{
color: #5FECF1;
}
.AnyTagClassName
{
color: #5FECF1;
}
</style>
background-color css
<style>
a { background-color: #5FECF1; }
a { background-color: rgb(95,236,241); }
div.DivClassName
{
background-color: #5FECF1;
}
.BgClassName
{
background-color: #5FECF1;
}
</style>
border-color css
<style>
span { border-color: #5FECF1; }
span { border-color: rgb(95,236,241); }
td.TdClassName
{
border-color: #5FECF1;
}
.TagClassName
{
border-color: #5FECF1;
}
</style>