Shades of Turquoise Blue #5FE3DA
Tints of Turquoise Blue #5FE3DA
RGB
CMYK
RGB Variations
Color information
#5FE3DA (or 0x5FE3DA) is known color: Turquoise Blue. HEX triplet: 5F, E3 and DA. RGB value is (95,227,218). Sum of RGB (Red+Green+Blue) = 95+227+218=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE3DA is #A01C25. Grayscale: #BABABA. Windows color (decimal): -10492966 or 14345055. OLE color: 14345055.
HSL color Cylindrical-coordinate representation of color #5FE3DA: hue angle of 175.91º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE3DA is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 218 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.11 |
| HSL | 175.91º | 0.7% | 0.63% | - |
| HSV(B) | 175.91º | 0.58% | 0.89% | - |
| XYZ | 44.84 | 62.43 | 76.02 | - |
| YUV | 186.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 218 | 0.58 | 0 | 0.04 | 0.11 | 175.91 | 0.7 | 0.63 |
| Hex | 5F | E3 | DA | 3A | 0 | 4 | B | B0 | 46 | 3F |
| Octal | 137 | 343 | 332 | 72 | 0 | 4 | 13 | 260 | 106 | 77 |
| Binary | 1011111 | 11100011 | 11011010 | 111010 | 0 | 100 | 1011 | 10110000 | 1000110 | 111111 |
Color Harmonies of #5FE3DA
Complementary color
Monochromatic Colors of #5FE3DA
Black with #5FE3DA
Text Example
Text Example
White with #5FE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE3DA; }
p { color: rgb(95,227,218); }
H1.HeaderClassName
{
color: #5FE3DA;
}
.AnyTagClassName
{
color: #5FE3DA;
}
</style>
background-color css
<style>
a { background-color: #5FE3DA; }
a { background-color: rgb(95,227,218); }
div.DivClassName
{
background-color: #5FE3DA;
}
.BgClassName
{
background-color: #5FE3DA;
}
</style>
border-color css
<style>
span { border-color: #5FE3DA; }
span { border-color: rgb(95,227,218); }
td.TdClassName
{
border-color: #5FE3DA;
}
.TagClassName
{
border-color: #5FE3DA;
}
</style>