Shades of Turquoise Blue #5FD1EA
Tints of Turquoise Blue #5FD1EA
RGB
CMYK
RGB Variations
Color information
#5FD1EA (or 0x5FD1EA) is known color: Turquoise Blue. HEX triplet: 5F, D1 and EA. RGB value is (95,209,234). Sum of RGB (Red+Green+Blue) = 95+209+234=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FD1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD1EA is #A02E15. Grayscale: #B1B1B1. Windows color (decimal): -10497558 or 15389023. OLE color: 15389023.
HSL color Cylindrical-coordinate representation of color #5FD1EA: hue angle of 190.79º 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 #5FD1EA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 209 | 234 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.08 |
| HSL | 190.79º | 0.77% | 0.65% | - |
| HSV(B) | 190.79º | 0.59% | 0.92% | - |
| XYZ | 42.37 | 53.97 | 86.03 | - |
| YUV | 177.76 | 159.73 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 234 | 0.59 | 0.11 | 0 | 0.08 | 190.79 | 0.77 | 0.65 |
| Hex | 5F | D1 | EA | 3B | B | 0 | 8 | BF | 4D | 41 |
| Octal | 137 | 321 | 352 | 73 | 13 | 0 | 10 | 277 | 115 | 101 |
| Binary | 1011111 | 11010001 | 11101010 | 111011 | 1011 | 0 | 1000 | 10111111 | 1001101 | 1000001 |
Color Harmonies of #5FD1EA
Complementary color
Monochromatic Colors of #5FD1EA
Black with #5FD1EA
Text Example
Text Example
White with #5FD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD1EA; }
p { color: rgb(95,209,234); }
H1.HeaderClassName
{
color: #5FD1EA;
}
.AnyTagClassName
{
color: #5FD1EA;
}
</style>
background-color css
<style>
a { background-color: #5FD1EA; }
a { background-color: rgb(95,209,234); }
div.DivClassName
{
background-color: #5FD1EA;
}
.BgClassName
{
background-color: #5FD1EA;
}
</style>
border-color css
<style>
span { border-color: #5FD1EA; }
span { border-color: rgb(95,209,234); }
td.TdClassName
{
border-color: #5FD1EA;
}
.TagClassName
{
border-color: #5FD1EA;
}
</style>