Shades of Turquoise Blue #5EDCFF
Tints of Turquoise Blue #5EDCFF
RGB
CMYK
RGB Variations
Color information
#5EDCFF (or 0x5EDCFF) is known color: Turquoise Blue. HEX triplet: 5E, DC and FF. RGB value is (94,220,255). Sum of RGB (Red+Green+Blue) = 94+220+255=569 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.52% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDCFF is #A12300. Grayscale: #BABABA. Windows color (decimal): -10560257 or 16768094. OLE color: 16768094.
HSL color Cylindrical-coordinate representation of color #5EDCFF: hue angle of 193.04º 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 #5EDCFF is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 220 | 255 | - |
| CMYK | 0.63 | 0.14 | 0 | 0 |
| HSL | 193.04º | 1% | 0.68% | - |
| HSV(B) | 193.04º | 0.63% | 1% | - |
| XYZ | 48.26 | 60.79 | 103.8 | - |
| YUV | 186.32 | 166.76 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 255 | 0.63 | 0.14 | 0 | 0 | 193.04 | 1 | 0.68 |
| Hex | 5E | DC | FF | 3F | E | 0 | 0 | C1 | 64 | 44 |
| Octal | 136 | 334 | 377 | 77 | 16 | 0 | 0 | 301 | 144 | 104 |
| Binary | 1011110 | 11011100 | 11111111 | 111111 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000100 |
Color Harmonies of #5EDCFF
Complementary color
Monochromatic Colors of #5EDCFF
Black with #5EDCFF
Text Example
Text Example
White with #5EDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDCFF; }
p { color: rgb(94,220,255); }
H1.HeaderClassName
{
color: #5EDCFF;
}
.AnyTagClassName
{
color: #5EDCFF;
}
</style>
background-color css
<style>
a { background-color: #5EDCFF; }
a { background-color: rgb(94,220,255); }
div.DivClassName
{
background-color: #5EDCFF;
}
.BgClassName
{
background-color: #5EDCFF;
}
</style>
border-color css
<style>
span { border-color: #5EDCFF; }
span { border-color: rgb(94,220,255); }
td.TdClassName
{
border-color: #5EDCFF;
}
.TagClassName
{
border-color: #5EDCFF;
}
</style>