Shades of Turquoise Blue #5EDFFD
Tints of Turquoise Blue #5EDFFD
RGB
CMYK
RGB Variations
Color information
#5EDFFD (or 0x5EDFFD) is known color: Turquoise Blue. HEX triplet: 5E, DF and FD. RGB value is (94,223,253). Sum of RGB (Red+Green+Blue) = 94+223+253=570 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.49% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDFFD is #A12002. Grayscale: #BBBBBB. Windows color (decimal): -10559491 or 16637790. OLE color: 16637790.
HSL color Cylindrical-coordinate representation of color #5EDFFD: hue angle of 191.32º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EDFFD is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 223 | 253 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.01 |
| HSL | 191.32º | 0.98% | 0.68% | - |
| HSV(B) | 191.32º | 0.63% | 0.99% | - |
| XYZ | 48.73 | 62.25 | 102.37 | - |
| YUV | 187.85 | 164.76 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 253 | 0.63 | 0.12 | 0 | 0.01 | 191.32 | 0.98 | 0.68 |
| Hex | 5E | DF | FD | 3F | C | 0 | 1 | BF | 62 | 44 |
| Octal | 136 | 337 | 375 | 77 | 14 | 0 | 1 | 277 | 142 | 104 |
| Binary | 1011110 | 11011111 | 11111101 | 111111 | 1100 | 0 | 1 | 10111111 | 1100010 | 1000100 |
Color Harmonies of #5EDFFD
Complementary color
Monochromatic Colors of #5EDFFD
Black with #5EDFFD
Text Example
Text Example
White with #5EDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFFD; }
p { color: rgb(94,223,253); }
H1.HeaderClassName
{
color: #5EDFFD;
}
.AnyTagClassName
{
color: #5EDFFD;
}
</style>
background-color css
<style>
a { background-color: #5EDFFD; }
a { background-color: rgb(94,223,253); }
div.DivClassName
{
background-color: #5EDFFD;
}
.BgClassName
{
background-color: #5EDFFD;
}
</style>
border-color css
<style>
span { border-color: #5EDFFD; }
span { border-color: rgb(94,223,253); }
td.TdClassName
{
border-color: #5EDFFD;
}
.TagClassName
{
border-color: #5EDFFD;
}
</style>