Shades of Turquoise Blue #5FEBDD
Tints of Turquoise Blue #5FEBDD
RGB
CMYK
RGB Variations
Color information
#5FEBDD (or 0x5FEBDD) is known color: Turquoise Blue. HEX triplet: 5F, EB and DD. RGB value is (95,235,221). Sum of RGB (Red+Green+Blue) = 95+235+221=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBDD is #A01422. Grayscale: #BFBFBF. Windows color (decimal): -10490915 or 14543711. OLE color: 14543711.
HSL color Cylindrical-coordinate representation of color #5FEBDD: hue angle of 174º 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 #5FEBDD is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 221 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.08 |
| HSL | 174º | 0.78% | 0.65% | - |
| HSV(B) | 174º | 0.6% | 0.92% | - |
| XYZ | 47.48 | 67.07 | 78.85 | - |
| YUV | 191.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 221 | 0.60 | 0 | 0.06 | 0.08 | 174 | 0.78 | 0.65 |
| Hex | 5F | EB | DD | 3C | 0 | 6 | 8 | AE | 4E | 41 |
| Octal | 137 | 353 | 335 | 74 | 0 | 6 | 10 | 256 | 116 | 101 |
| Binary | 1011111 | 11101011 | 11011101 | 111100 | 0 | 110 | 1000 | 10101110 | 1001110 | 1000001 |
Color Harmonies of #5FEBDD
Complementary color
Monochromatic Colors of #5FEBDD
Black with #5FEBDD
Text Example
Text Example
White with #5FEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBDD; }
p { color: rgb(95,235,221); }
H1.HeaderClassName
{
color: #5FEBDD;
}
.AnyTagClassName
{
color: #5FEBDD;
}
</style>
background-color css
<style>
a { background-color: #5FEBDD; }
a { background-color: rgb(95,235,221); }
div.DivClassName
{
background-color: #5FEBDD;
}
.BgClassName
{
background-color: #5FEBDD;
}
</style>
border-color css
<style>
span { border-color: #5FEBDD; }
span { border-color: rgb(95,235,221); }
td.TdClassName
{
border-color: #5FEBDD;
}
.TagClassName
{
border-color: #5FEBDD;
}
</style>