Shades of Turquoise Blue #5DE8E5
Tints of Turquoise Blue #5DE8E5
RGB
CMYK
RGB Variations
Color information
#5DE8E5 (or 0x5DE8E5) is known color: Turquoise Blue. HEX triplet: 5D, E8 and E5. RGB value is (93,232,229). Sum of RGB (Red+Green+Blue) = 93+232+229=554 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.79% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #5DE8E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE8E5 is #A2171A. Grayscale: #BDBDBD. Windows color (decimal): -10622747 or 15067229. OLE color: 15067229.
HSL color Cylindrical-coordinate representation of color #5DE8E5: hue angle of 178.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE8E5 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 232 | 229 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.09 |
| HSL | 178.71º | 0.75% | 0.64% | - |
| HSV(B) | 178.71º | 0.6% | 0.91% | - |
| XYZ | 47.51 | 65.7 | 84.31 | - |
| YUV | 190.1 | 149.95 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 232 | 229 | 0.60 | 0 | 0.01 | 0.09 | 178.71 | 0.75 | 0.64 |
| Hex | 5D | E8 | E5 | 3C | 0 | 1 | 9 | B3 | 4B | 40 |
| Octal | 135 | 350 | 345 | 74 | 0 | 1 | 11 | 263 | 113 | 100 |
| Binary | 1011101 | 11101000 | 11100101 | 111100 | 0 | 1 | 1001 | 10110011 | 1001011 | 1000000 |
Color Harmonies of #5DE8E5
Complementary color
Monochromatic Colors of #5DE8E5
Black with #5DE8E5
Text Example
Text Example
White with #5DE8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE8E5; }
p { color: rgb(93,232,229); }
H1.HeaderClassName
{
color: #5DE8E5;
}
.AnyTagClassName
{
color: #5DE8E5;
}
</style>
background-color css
<style>
a { background-color: #5DE8E5; }
a { background-color: rgb(93,232,229); }
div.DivClassName
{
background-color: #5DE8E5;
}
.BgClassName
{
background-color: #5DE8E5;
}
</style>
border-color css
<style>
span { border-color: #5DE8E5; }
span { border-color: rgb(93,232,229); }
td.TdClassName
{
border-color: #5DE8E5;
}
.TagClassName
{
border-color: #5DE8E5;
}
</style>