Shades of Turquoise Blue #5FEBDB
Tints of Turquoise Blue #5FEBDB
RGB
CMYK
RGB Variations
Color information
#5FEBDB (or 0x5FEBDB) is known color: Turquoise Blue. HEX triplet: 5F, EB and DB. RGB value is (95,235,219). Sum of RGB (Red+Green+Blue) = 95+235+219=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBDB is #A01424. Grayscale: #BFBFBF. Windows color (decimal): -10490917 or 14412639. OLE color: 14412639.
HSL color Cylindrical-coordinate representation of color #5FEBDB: hue angle of 173.14º 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 #5FEBDB is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 219 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.08 |
| HSL | 173.14º | 0.78% | 0.65% | - |
| HSV(B) | 173.14º | 0.6% | 0.92% | - |
| XYZ | 47.21 | 66.96 | 77.45 | - |
| YUV | 191.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 219 | 0.60 | 0 | 0.07 | 0.08 | 173.14 | 0.78 | 0.65 |
| Hex | 5F | EB | DB | 3C | 0 | 7 | 8 | AD | 4E | 41 |
| Octal | 137 | 353 | 333 | 74 | 0 | 7 | 10 | 255 | 116 | 101 |
| Binary | 1011111 | 11101011 | 11011011 | 111100 | 0 | 111 | 1000 | 10101101 | 1001110 | 1000001 |
Color Harmonies of #5FEBDB
Complementary color
Monochromatic Colors of #5FEBDB
Black with #5FEBDB
Text Example
Text Example
White with #5FEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBDB; }
p { color: rgb(95,235,219); }
H1.HeaderClassName
{
color: #5FEBDB;
}
.AnyTagClassName
{
color: #5FEBDB;
}
</style>
background-color css
<style>
a { background-color: #5FEBDB; }
a { background-color: rgb(95,235,219); }
div.DivClassName
{
background-color: #5FEBDB;
}
.BgClassName
{
background-color: #5FEBDB;
}
</style>
border-color css
<style>
span { border-color: #5FEBDB; }
span { border-color: rgb(95,235,219); }
td.TdClassName
{
border-color: #5FEBDB;
}
.TagClassName
{
border-color: #5FEBDB;
}
</style>