Shades of Turquoise Blue #5FDDEE
Tints of Turquoise Blue #5FDDEE
RGB
CMYK
RGB Variations
Color information
#5FDDEE (or 0x5FDDEE) is known color: Turquoise Blue. HEX triplet: 5F, DD and EE. RGB value is (95,221,238). Sum of RGB (Red+Green+Blue) = 95+221+238=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDDEE is #A02211. Grayscale: #B9B9B9. Windows color (decimal): -10494482 or 15654239. OLE color: 15654239.
HSL color Cylindrical-coordinate representation of color #5FDDEE: hue angle of 187.13º 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 #5FDDEE is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 221 | 238 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.07 |
| HSL | 187.13º | 0.81% | 0.65% | - |
| HSV(B) | 187.13º | 0.6% | 0.93% | - |
| XYZ | 46.01 | 60.32 | 90.11 | - |
| YUV | 185.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 238 | 0.60 | 0.07 | 0 | 0.07 | 187.13 | 0.81 | 0.65 |
| Hex | 5F | DD | EE | 3C | 7 | 0 | 7 | BB | 51 | 41 |
| Octal | 137 | 335 | 356 | 74 | 7 | 0 | 7 | 273 | 121 | 101 |
| Binary | 1011111 | 11011101 | 11101110 | 111100 | 111 | 0 | 111 | 10111011 | 1010001 | 1000001 |
Color Harmonies of #5FDDEE
Complementary color
Monochromatic Colors of #5FDDEE
Black with #5FDDEE
Text Example
Text Example
White with #5FDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDDEE; }
p { color: rgb(95,221,238); }
H1.HeaderClassName
{
color: #5FDDEE;
}
.AnyTagClassName
{
color: #5FDDEE;
}
</style>
background-color css
<style>
a { background-color: #5FDDEE; }
a { background-color: rgb(95,221,238); }
div.DivClassName
{
background-color: #5FDDEE;
}
.BgClassName
{
background-color: #5FDDEE;
}
</style>
border-color css
<style>
span { border-color: #5FDDEE; }
span { border-color: rgb(95,221,238); }
td.TdClassName
{
border-color: #5FDDEE;
}
.TagClassName
{
border-color: #5FDDEE;
}
</style>