Shades of Turquoise Blue #5FDEEE
Tints of Turquoise Blue #5FDEEE
RGB
CMYK
RGB Variations
Color information
#5FDEEE (or 0x5FDEEE) is known color: Turquoise Blue. HEX triplet: 5F, DE and EE. RGB value is (95,222,238). Sum of RGB (Red+Green+Blue) = 95+222+238=555 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.12% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDEEE is #A02111. Grayscale: #B9B9B9. Windows color (decimal): -10494226 or 15654495. OLE color: 15654495.
HSL color Cylindrical-coordinate representation of color #5FDEEE: hue angle of 186.71º degrees, saturation: 0.81, 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 #5FDEEE is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 222 | 238 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.07 |
| HSL | 186.71º | 0.81% | 0.65% | - |
| HSV(B) | 186.71º | 0.6% | 0.93% | - |
| XYZ | 46.27 | 60.85 | 90.2 | - |
| YUV | 185.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 238 | 0.60 | 0.07 | 0 | 0.07 | 186.71 | 0.81 | 0.65 |
| Hex | 5F | DE | EE | 3C | 7 | 0 | 7 | BB | 51 | 41 |
| Octal | 137 | 336 | 356 | 74 | 7 | 0 | 7 | 273 | 121 | 101 |
| Binary | 1011111 | 11011110 | 11101110 | 111100 | 111 | 0 | 111 | 10111011 | 1010001 | 1000001 |
Color Harmonies of #5FDEEE
Complementary color
Monochromatic Colors of #5FDEEE
Black with #5FDEEE
Text Example
Text Example
White with #5FDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEEE; }
p { color: rgb(95,222,238); }
H1.HeaderClassName
{
color: #5FDEEE;
}
.AnyTagClassName
{
color: #5FDEEE;
}
</style>
background-color css
<style>
a { background-color: #5FDEEE; }
a { background-color: rgb(95,222,238); }
div.DivClassName
{
background-color: #5FDEEE;
}
.BgClassName
{
background-color: #5FDEEE;
}
</style>
border-color css
<style>
span { border-color: #5FDEEE; }
span { border-color: rgb(95,222,238); }
td.TdClassName
{
border-color: #5FDEEE;
}
.TagClassName
{
border-color: #5FDEEE;
}
</style>