Shades of Turquoise Blue #5DE7DD
Tints of Turquoise Blue #5DE7DD
RGB
CMYK
RGB Variations
Color information
#5DE7DD (or 0x5DE7DD) is known color: Turquoise Blue. HEX triplet: 5D, E7 and DD. RGB value is (93,231,221). Sum of RGB (Red+Green+Blue) = 93+231+221=545 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.06% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #5DE7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE7DD is #A21822. Grayscale: #BCBCBC. Windows color (decimal): -10623011 or 14542685. OLE color: 14542685.
HSL color Cylindrical-coordinate representation of color #5DE7DD: hue angle of 175.65º degrees, saturation: 0.74, 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 #5DE7DD is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 231 | 221 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.09 |
| HSL | 175.65º | 0.74% | 0.64% | - |
| HSV(B) | 175.65º | 0.6% | 0.91% | - |
| XYZ | 46.14 | 64.7 | 78.46 | - |
| YUV | 188.6 | 146.28 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 231 | 221 | 0.60 | 0 | 0.04 | 0.09 | 175.65 | 0.74 | 0.64 |
| Hex | 5D | E7 | DD | 3C | 0 | 4 | 9 | B0 | 4A | 40 |
| Octal | 135 | 347 | 335 | 74 | 0 | 4 | 11 | 260 | 112 | 100 |
| Binary | 1011101 | 11100111 | 11011101 | 111100 | 0 | 100 | 1001 | 10110000 | 1001010 | 1000000 |
Color Harmonies of #5DE7DD
Complementary color
Monochromatic Colors of #5DE7DD
Black with #5DE7DD
Text Example
Text Example
White with #5DE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE7DD; }
p { color: rgb(93,231,221); }
H1.HeaderClassName
{
color: #5DE7DD;
}
.AnyTagClassName
{
color: #5DE7DD;
}
</style>
background-color css
<style>
a { background-color: #5DE7DD; }
a { background-color: rgb(93,231,221); }
div.DivClassName
{
background-color: #5DE7DD;
}
.BgClassName
{
background-color: #5DE7DD;
}
</style>
border-color css
<style>
span { border-color: #5DE7DD; }
span { border-color: rgb(93,231,221); }
td.TdClassName
{
border-color: #5DE7DD;
}
.TagClassName
{
border-color: #5DE7DD;
}
</style>