Shades of Turquoise Blue #5ED3F3
Tints of Turquoise Blue #5ED3F3
RGB
CMYK
RGB Variations
Color information
#5ED3F3 (or 0x5ED3F3) is known color: Turquoise Blue. HEX triplet: 5E, D3 and F3. RGB value is (94,211,243). Sum of RGB (Red+Green+Blue) = 94+211+243=548 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.15% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #5ED3F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED3F3 is #A12C0C. Grayscale: #B3B3B3. Windows color (decimal): -10562573 or 15979358. OLE color: 15979358.
HSL color Cylindrical-coordinate representation of color #5ED3F3: hue angle of 192.89º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ED3F3 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 211 | 243 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.05 |
| HSL | 192.89º | 0.86% | 0.66% | - |
| HSV(B) | 192.89º | 0.61% | 0.95% | - |
| XYZ | 44.09 | 55.44 | 93.17 | - |
| YUV | 179.67 | 163.74 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 243 | 0.61 | 0.13 | 0 | 0.05 | 192.89 | 0.86 | 0.66 |
| Hex | 5E | D3 | F3 | 3D | D | 0 | 5 | C1 | 56 | 42 |
| Octal | 136 | 323 | 363 | 75 | 15 | 0 | 5 | 301 | 126 | 102 |
| Binary | 1011110 | 11010011 | 11110011 | 111101 | 1101 | 0 | 101 | 11000001 | 1010110 | 1000010 |
Color Harmonies of #5ED3F3
Complementary color
Monochromatic Colors of #5ED3F3
Black with #5ED3F3
Text Example
Text Example
White with #5ED3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED3F3; }
p { color: rgb(94,211,243); }
H1.HeaderClassName
{
color: #5ED3F3;
}
.AnyTagClassName
{
color: #5ED3F3;
}
</style>
background-color css
<style>
a { background-color: #5ED3F3; }
a { background-color: rgb(94,211,243); }
div.DivClassName
{
background-color: #5ED3F3;
}
.BgClassName
{
background-color: #5ED3F3;
}
</style>
border-color css
<style>
span { border-color: #5ED3F3; }
span { border-color: rgb(94,211,243); }
td.TdClassName
{
border-color: #5ED3F3;
}
.TagClassName
{
border-color: #5ED3F3;
}
</style>