Shades of Turquoise Blue #5FDEEF
Tints of Turquoise Blue #5FDEEF
RGB
CMYK
RGB Variations
Color information
#5FDEEF (or 0x5FDEEF) is known color: Turquoise Blue. HEX triplet: 5F, DE and EF. RGB value is (95,222,239). Sum of RGB (Red+Green+Blue) = 95+222+239=556 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.09% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDEEF is #A02110. Grayscale: #B9B9B9. Windows color (decimal): -10494225 or 15720031. OLE color: 15720031.
HSL color Cylindrical-coordinate representation of color #5FDEEF: hue angle of 187.08º 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 #5FDEEF is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 222 | 239 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.06 |
| HSL | 187.08º | 0.82% | 0.65% | - |
| HSV(B) | 187.08º | 0.6% | 0.94% | - |
| XYZ | 46.42 | 60.91 | 90.97 | - |
| YUV | 185.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 239 | 0.60 | 0.07 | 0 | 0.06 | 187.08 | 0.82 | 0.65 |
| Hex | 5F | DE | EF | 3C | 7 | 0 | 6 | BB | 52 | 41 |
| Octal | 137 | 336 | 357 | 74 | 7 | 0 | 6 | 273 | 122 | 101 |
| Binary | 1011111 | 11011110 | 11101111 | 111100 | 111 | 0 | 110 | 10111011 | 1010010 | 1000001 |
Color Harmonies of #5FDEEF
Complementary color
Monochromatic Colors of #5FDEEF
Black with #5FDEEF
Text Example
Text Example
White with #5FDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEEF; }
p { color: rgb(95,222,239); }
H1.HeaderClassName
{
color: #5FDEEF;
}
.AnyTagClassName
{
color: #5FDEEF;
}
</style>
background-color css
<style>
a { background-color: #5FDEEF; }
a { background-color: rgb(95,222,239); }
div.DivClassName
{
background-color: #5FDEEF;
}
.BgClassName
{
background-color: #5FDEEF;
}
</style>
border-color css
<style>
span { border-color: #5FDEEF; }
span { border-color: rgb(95,222,239); }
td.TdClassName
{
border-color: #5FDEEF;
}
.TagClassName
{
border-color: #5FDEEF;
}
</style>