Shades of Turquoise Blue #5FECDF
Tints of Turquoise Blue #5FECDF
RGB
CMYK
RGB Variations
Color information
#5FECDF (or 0x5FECDF) is known color: Turquoise Blue. HEX triplet: 5F, EC and DF. RGB value is (95,236,223). Sum of RGB (Red+Green+Blue) = 95+236+223=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECDF is #A01320. Grayscale: #C0C0C0. Windows color (decimal): -10490657 or 14675039. OLE color: 14675039.
HSL color Cylindrical-coordinate representation of color #5FECDF: hue angle of 174.47º 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 #5FECDF is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 223 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.07 |
| HSL | 174.47º | 0.79% | 0.65% | - |
| HSV(B) | 174.47º | 0.6% | 0.93% | - |
| XYZ | 48.03 | 67.75 | 80.36 | - |
| YUV | 192.36 | 145.29 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 223 | 0.60 | 0 | 0.06 | 0.07 | 174.47 | 0.79 | 0.65 |
| Hex | 5F | EC | DF | 3C | 0 | 6 | 7 | AE | 4F | 41 |
| Octal | 137 | 354 | 337 | 74 | 0 | 6 | 7 | 256 | 117 | 101 |
| Binary | 1011111 | 11101100 | 11011111 | 111100 | 0 | 110 | 111 | 10101110 | 1001111 | 1000001 |
Color Harmonies of #5FECDF
Complementary color
Monochromatic Colors of #5FECDF
Black with #5FECDF
Text Example
Text Example
White with #5FECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECDF; }
p { color: rgb(95,236,223); }
H1.HeaderClassName
{
color: #5FECDF;
}
.AnyTagClassName
{
color: #5FECDF;
}
</style>
background-color css
<style>
a { background-color: #5FECDF; }
a { background-color: rgb(95,236,223); }
div.DivClassName
{
background-color: #5FECDF;
}
.BgClassName
{
background-color: #5FECDF;
}
</style>
border-color css
<style>
span { border-color: #5FECDF; }
span { border-color: rgb(95,236,223); }
td.TdClassName
{
border-color: #5FECDF;
}
.TagClassName
{
border-color: #5FECDF;
}
</style>