Shades of Turquoise Blue #5EDCFE
Tints of Turquoise Blue #5EDCFE
RGB
CMYK
RGB Variations
Color information
#5EDCFE (or 0x5EDCFE) is known color: Turquoise Blue. HEX triplet: 5E, DC and FE. RGB value is (94,220,254). Sum of RGB (Red+Green+Blue) = 94+220+254=568 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.55% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EDCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDCFE is #A12301. Grayscale: #B9B9B9. Windows color (decimal): -10560258 or 16702558. OLE color: 16702558.
HSL color Cylindrical-coordinate representation of color #5EDCFE: hue angle of 192.75º 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 #5EDCFE is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 220 | 254 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.00 |
| HSL | 192.75º | 0.99% | 0.68% | - |
| HSV(B) | 192.75º | 0.63% | 1% | - |
| XYZ | 48.1 | 60.72 | 102.95 | - |
| YUV | 186.2 | 166.26 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 254 | 0.63 | 0.13 | 0 | 0.00 | 192.75 | 0.99 | 0.68 |
| Hex | 5E | DC | FE | 3F | D | 0 | 0 | C1 | 63 | 44 |
| Octal | 136 | 334 | 376 | 77 | 15 | 0 | 0 | 301 | 143 | 104 |
| Binary | 1011110 | 11011100 | 11111110 | 111111 | 1101 | 0 | 0 | 11000001 | 1100011 | 1000100 |
Color Harmonies of #5EDCFE
Complementary color
Monochromatic Colors of #5EDCFE
Black with #5EDCFE
Text Example
Text Example
White with #5EDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDCFE; }
p { color: rgb(94,220,254); }
H1.HeaderClassName
{
color: #5EDCFE;
}
.AnyTagClassName
{
color: #5EDCFE;
}
</style>
background-color css
<style>
a { background-color: #5EDCFE; }
a { background-color: rgb(94,220,254); }
div.DivClassName
{
background-color: #5EDCFE;
}
.BgClassName
{
background-color: #5EDCFE;
}
</style>
border-color css
<style>
span { border-color: #5EDCFE; }
span { border-color: rgb(94,220,254); }
td.TdClassName
{
border-color: #5EDCFE;
}
.TagClassName
{
border-color: #5EDCFE;
}
</style>