Shades of Turquoise Blue #5ED7FA
Tints of Turquoise Blue #5ED7FA
RGB
CMYK
RGB Variations
Color information
#5ED7FA (or 0x5ED7FA) is known color: Turquoise Blue. HEX triplet: 5E, D7 and FA. RGB value is (94,215,250). Sum of RGB (Red+Green+Blue) = 94+215+250=559 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.82% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #5ED7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED7FA is #A12805. Grayscale: #B6B6B6. Windows color (decimal): -10561542 or 16439134. OLE color: 16439134.
HSL color Cylindrical-coordinate representation of color #5ED7FA: hue angle of 193.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ED7FA is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 215 | 250 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.02 |
| HSL | 193.46º | 0.94% | 0.67% | - |
| HSV(B) | 193.46º | 0.62% | 0.98% | - |
| XYZ | 46.17 | 57.88 | 99.18 | - |
| YUV | 182.81 | 165.91 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 250 | 0.62 | 0.14 | 0 | 0.02 | 193.46 | 0.94 | 0.67 |
| Hex | 5E | D7 | FA | 3E | E | 0 | 2 | C1 | 5E | 43 |
| Octal | 136 | 327 | 372 | 76 | 16 | 0 | 2 | 301 | 136 | 103 |
| Binary | 1011110 | 11010111 | 11111010 | 111110 | 1110 | 0 | 10 | 11000001 | 1011110 | 1000011 |
Color Harmonies of #5ED7FA
Complementary color
Monochromatic Colors of #5ED7FA
Black with #5ED7FA
Text Example
Text Example
White with #5ED7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED7FA; }
p { color: rgb(94,215,250); }
H1.HeaderClassName
{
color: #5ED7FA;
}
.AnyTagClassName
{
color: #5ED7FA;
}
</style>
background-color css
<style>
a { background-color: #5ED7FA; }
a { background-color: rgb(94,215,250); }
div.DivClassName
{
background-color: #5ED7FA;
}
.BgClassName
{
background-color: #5ED7FA;
}
</style>
border-color css
<style>
span { border-color: #5ED7FA; }
span { border-color: rgb(94,215,250); }
td.TdClassName
{
border-color: #5ED7FA;
}
.TagClassName
{
border-color: #5ED7FA;
}
</style>