Shades of Turquoise Blue #5FDDEB
Tints of Turquoise Blue #5FDDEB
RGB
CMYK
RGB Variations
Color information
#5FDDEB (or 0x5FDDEB) is known color: Turquoise Blue. HEX triplet: 5F, DD and EB. RGB value is (95,221,235). Sum of RGB (Red+Green+Blue) = 95+221+235=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FDDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDDEB is #A02214. Grayscale: #B8B8B8. Windows color (decimal): -10494485 or 15457631. OLE color: 15457631.
HSL color Cylindrical-coordinate representation of color #5FDDEB: hue angle of 186º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FDDEB is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 221 | 235 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.08 |
| HSL | 186º | 0.78% | 0.65% | - |
| HSV(B) | 186º | 0.6% | 0.92% | - |
| XYZ | 45.57 | 60.14 | 87.8 | - |
| YUV | 184.92 | 156.26 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 235 | 0.60 | 0.06 | 0 | 0.08 | 186 | 0.78 | 0.65 |
| Hex | 5F | DD | EB | 3C | 6 | 0 | 8 | BA | 4E | 41 |
| Octal | 137 | 335 | 353 | 74 | 6 | 0 | 10 | 272 | 116 | 101 |
| Binary | 1011111 | 11011101 | 11101011 | 111100 | 110 | 0 | 1000 | 10111010 | 1001110 | 1000001 |
Color Harmonies of #5FDDEB
Complementary color
Monochromatic Colors of #5FDDEB
Black with #5FDDEB
Text Example
Text Example
White with #5FDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDDEB; }
p { color: rgb(95,221,235); }
H1.HeaderClassName
{
color: #5FDDEB;
}
.AnyTagClassName
{
color: #5FDDEB;
}
</style>
background-color css
<style>
a { background-color: #5FDDEB; }
a { background-color: rgb(95,221,235); }
div.DivClassName
{
background-color: #5FDDEB;
}
.BgClassName
{
background-color: #5FDDEB;
}
</style>
border-color css
<style>
span { border-color: #5FDDEB; }
span { border-color: rgb(95,221,235); }
td.TdClassName
{
border-color: #5FDDEB;
}
.TagClassName
{
border-color: #5FDDEB;
}
</style>