Shades of Turquoise Blue #5ED7FE
Tints of Turquoise Blue #5ED7FE
RGB
CMYK
RGB Variations
Color information
#5ED7FE (or 0x5ED7FE) is known color: Turquoise Blue. HEX triplet: 5E, D7 and FE. RGB value is (94,215,254). Sum of RGB (Red+Green+Blue) = 94+215+254=563 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.70% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ED7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED7FE is #A12801. Grayscale: #B6B6B6. Windows color (decimal): -10561538 or 16701278. OLE color: 16701278.
HSL color Cylindrical-coordinate representation of color #5ED7FE: hue angle of 194.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ED7FE is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 215 | 254 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.00 |
| HSL | 194.63º | 0.99% | 0.68% | - |
| HSV(B) | 194.63º | 0.63% | 1% | - |
| XYZ | 46.81 | 58.14 | 102.52 | - |
| YUV | 183.27 | 167.91 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 254 | 0.63 | 0.15 | 0 | 0.00 | 194.63 | 0.99 | 0.68 |
| Hex | 5E | D7 | FE | 3F | F | 0 | 0 | C3 | 63 | 44 |
| Octal | 136 | 327 | 376 | 77 | 17 | 0 | 0 | 303 | 143 | 104 |
| Binary | 1011110 | 11010111 | 11111110 | 111111 | 1111 | 0 | 0 | 11000011 | 1100011 | 1000100 |
Color Harmonies of #5ED7FE
Complementary color
Monochromatic Colors of #5ED7FE
Black with #5ED7FE
Text Example
Text Example
White with #5ED7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED7FE; }
p { color: rgb(94,215,254); }
H1.HeaderClassName
{
color: #5ED7FE;
}
.AnyTagClassName
{
color: #5ED7FE;
}
</style>
background-color css
<style>
a { background-color: #5ED7FE; }
a { background-color: rgb(94,215,254); }
div.DivClassName
{
background-color: #5ED7FE;
}
.BgClassName
{
background-color: #5ED7FE;
}
</style>
border-color css
<style>
span { border-color: #5ED7FE; }
span { border-color: rgb(94,215,254); }
td.TdClassName
{
border-color: #5ED7FE;
}
.TagClassName
{
border-color: #5ED7FE;
}
</style>