Shades of Turquoise Blue #5DE3EF
Tints of Turquoise Blue #5DE3EF
RGB
CMYK
RGB Variations
Color information
#5DE3EF (or 0x5DE3EF) is known color: Turquoise Blue. HEX triplet: 5D, E3 and EF. RGB value is (93,227,239). Sum of RGB (Red+Green+Blue) = 93+227+239=559 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.64% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DE3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DE3EF is #A21C10. Grayscale: #BCBCBC. Windows color (decimal): -10624017 or 15721309. OLE color: 15721309.
HSL color Cylindrical-coordinate representation of color #5DE3EF: hue angle of 184.93º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DE3EF is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 227 | 239 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.06 |
| HSL | 184.93º | 0.82% | 0.65% | - |
| HSV(B) | 184.93º | 0.61% | 0.94% | - |
| XYZ | 47.56 | 63.5 | 91.41 | - |
| YUV | 188.3 | 156.61 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 227 | 239 | 0.61 | 0.05 | 0 | 0.06 | 184.93 | 0.82 | 0.65 |
| Hex | 5D | E3 | EF | 3D | 5 | 0 | 6 | B9 | 52 | 41 |
| Octal | 135 | 343 | 357 | 75 | 5 | 0 | 6 | 271 | 122 | 101 |
| Binary | 1011101 | 11100011 | 11101111 | 111101 | 101 | 0 | 110 | 10111001 | 1010010 | 1000001 |
Color Harmonies of #5DE3EF
Complementary color
Monochromatic Colors of #5DE3EF
Black with #5DE3EF
Text Example
Text Example
White with #5DE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE3EF; }
p { color: rgb(93,227,239); }
H1.HeaderClassName
{
color: #5DE3EF;
}
.AnyTagClassName
{
color: #5DE3EF;
}
</style>
background-color css
<style>
a { background-color: #5DE3EF; }
a { background-color: rgb(93,227,239); }
div.DivClassName
{
background-color: #5DE3EF;
}
.BgClassName
{
background-color: #5DE3EF;
}
</style>
border-color css
<style>
span { border-color: #5DE3EF; }
span { border-color: rgb(93,227,239); }
td.TdClassName
{
border-color: #5DE3EF;
}
.TagClassName
{
border-color: #5DE3EF;
}
</style>