Shades of Turquoise Blue #5FEADA
Tints of Turquoise Blue #5FEADA
RGB
CMYK
RGB Variations
Color information
#5FEADA (or 0x5FEADA) is known color: Turquoise Blue. HEX triplet: 5F, EA and DA. RGB value is (95,234,218). Sum of RGB (Red+Green+Blue) = 95+234+218=547 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.37% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEADA is #A01525. Grayscale: #BEBEBE. Windows color (decimal): -10491174 or 14346847. OLE color: 14346847.
HSL color Cylindrical-coordinate representation of color #5FEADA: hue angle of 173.09º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEADA is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 218 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.08 |
| HSL | 173.09º | 0.77% | 0.65% | - |
| HSV(B) | 173.09º | 0.59% | 0.92% | - |
| XYZ | 46.8 | 66.34 | 76.67 | - |
| YUV | 190.62 | 143.45 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 218 | 0.59 | 0 | 0.07 | 0.08 | 173.09 | 0.77 | 0.65 |
| Hex | 5F | EA | DA | 3B | 0 | 7 | 8 | AD | 4D | 41 |
| Octal | 137 | 352 | 332 | 73 | 0 | 7 | 10 | 255 | 115 | 101 |
| Binary | 1011111 | 11101010 | 11011010 | 111011 | 0 | 111 | 1000 | 10101101 | 1001101 | 1000001 |
Color Harmonies of #5FEADA
Complementary color
Monochromatic Colors of #5FEADA
Black with #5FEADA
Text Example
Text Example
White with #5FEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEADA; }
p { color: rgb(95,234,218); }
H1.HeaderClassName
{
color: #5FEADA;
}
.AnyTagClassName
{
color: #5FEADA;
}
</style>
background-color css
<style>
a { background-color: #5FEADA; }
a { background-color: rgb(95,234,218); }
div.DivClassName
{
background-color: #5FEADA;
}
.BgClassName
{
background-color: #5FEADA;
}
</style>
border-color css
<style>
span { border-color: #5FEADA; }
span { border-color: rgb(95,234,218); }
td.TdClassName
{
border-color: #5FEADA;
}
.TagClassName
{
border-color: #5FEADA;
}
</style>