Shades of Turquoise Blue #5EDBFF
Tints of Turquoise Blue #5EDBFF
RGB
CMYK
RGB Variations
Color information
#5EDBFF (or 0x5EDBFF) is known color: Turquoise Blue. HEX triplet: 5E, DB and FF. RGB value is (94,219,255). Sum of RGB (Red+Green+Blue) = 94+219+255=568 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.55% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDBFF is #A12400. Grayscale: #B9B9B9. Windows color (decimal): -10560513 or 16767838. OLE color: 16767838.
HSL color Cylindrical-coordinate representation of color #5EDBFF: hue angle of 193.42º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EDBFF is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 219 | 255 | - |
| CMYK | 0.63 | 0.14 | 0 | 0 |
| HSL | 193.42º | 1% | 0.68% | - |
| HSV(B) | 193.42º | 0.63% | 1% | - |
| XYZ | 48 | 60.26 | 103.71 | - |
| YUV | 185.73 | 167.09 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 255 | 0.63 | 0.14 | 0 | 0 | 193.42 | 1 | 0.68 |
| Hex | 5E | DB | FF | 3F | E | 0 | 0 | C1 | 64 | 44 |
| Octal | 136 | 333 | 377 | 77 | 16 | 0 | 0 | 301 | 144 | 104 |
| Binary | 1011110 | 11011011 | 11111111 | 111111 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000100 |
Color Harmonies of #5EDBFF
Complementary color
Monochromatic Colors of #5EDBFF
Black with #5EDBFF
Text Example
Text Example
White with #5EDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBFF; }
p { color: rgb(94,219,255); }
H1.HeaderClassName
{
color: #5EDBFF;
}
.AnyTagClassName
{
color: #5EDBFF;
}
</style>
background-color css
<style>
a { background-color: #5EDBFF; }
a { background-color: rgb(94,219,255); }
div.DivClassName
{
background-color: #5EDBFF;
}
.BgClassName
{
background-color: #5EDBFF;
}
</style>
border-color css
<style>
span { border-color: #5EDBFF; }
span { border-color: rgb(94,219,255); }
td.TdClassName
{
border-color: #5EDBFF;
}
.TagClassName
{
border-color: #5EDBFF;
}
</style>