Shades of Turquoise Blue #5EDDFF
Tints of Turquoise Blue #5EDDFF
RGB
CMYK
RGB Variations
Color information
#5EDDFF (or 0x5EDDFF) is known color: Turquoise Blue. HEX triplet: 5E, DD and FF. RGB value is (94,221,255). Sum of RGB (Red+Green+Blue) = 94+221+255=570 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.49% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EDDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDDFF is #A12200. Grayscale: #BABABA. Windows color (decimal): -10560001 or 16768350. OLE color: 16768350.
HSL color Cylindrical-coordinate representation of color #5EDDFF: hue angle of 192.67º 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 #5EDDFF is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 221 | 255 | - |
| CMYK | 0.63 | 0.13 | 0 | 0 |
| HSL | 192.67º | 1% | 0.68% | - |
| HSV(B) | 192.67º | 0.63% | 1% | - |
| XYZ | 48.52 | 61.31 | 103.88 | - |
| YUV | 186.9 | 166.42 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 255 | 0.63 | 0.13 | 0 | 0 | 192.67 | 1 | 0.68 |
| Hex | 5E | DD | FF | 3F | D | 0 | 0 | C1 | 64 | 44 |
| Octal | 136 | 335 | 377 | 77 | 15 | 0 | 0 | 301 | 144 | 104 |
| Binary | 1011110 | 11011101 | 11111111 | 111111 | 1101 | 0 | 0 | 11000001 | 1100100 | 1000100 |
Color Harmonies of #5EDDFF
Complementary color
Monochromatic Colors of #5EDDFF
Black with #5EDDFF
Text Example
Text Example
White with #5EDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDDFF; }
p { color: rgb(94,221,255); }
H1.HeaderClassName
{
color: #5EDDFF;
}
.AnyTagClassName
{
color: #5EDDFF;
}
</style>
background-color css
<style>
a { background-color: #5EDDFF; }
a { background-color: rgb(94,221,255); }
div.DivClassName
{
background-color: #5EDDFF;
}
.BgClassName
{
background-color: #5EDDFF;
}
</style>
border-color css
<style>
span { border-color: #5EDDFF; }
span { border-color: rgb(94,221,255); }
td.TdClassName
{
border-color: #5EDDFF;
}
.TagClassName
{
border-color: #5EDDFF;
}
</style>