Shades of Turquoise Blue #5DE1D7
Tints of Turquoise Blue #5DE1D7
RGB
CMYK
RGB Variations
Color information
#5DE1D7 (or 0x5DE1D7) is known color: Turquoise Blue. HEX triplet: 5D, E1 and D7. RGB value is (93,225,215). Sum of RGB (Red+Green+Blue) = 93+225+215=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE1D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE1D7 is #A21E28. Grayscale: #B8B8B8. Windows color (decimal): -10624553 or 14147933. OLE color: 14147933.
HSL color Cylindrical-coordinate representation of color #5DE1D7: hue angle of 175.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE1D7 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 225 | 215 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.12 |
| HSL | 175.45º | 0.69% | 0.62% | - |
| HSV(B) | 175.45º | 0.59% | 0.88% | - |
| XYZ | 43.71 | 61.08 | 73.78 | - |
| YUV | 184.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 225 | 215 | 0.59 | 0 | 0.04 | 0.12 | 175.45 | 0.69 | 0.62 |
| Hex | 5D | E1 | D7 | 3B | 0 | 4 | C | AF | 45 | 3E |
| Octal | 135 | 341 | 327 | 73 | 0 | 4 | 14 | 257 | 105 | 76 |
| Binary | 1011101 | 11100001 | 11010111 | 111011 | 0 | 100 | 1100 | 10101111 | 1000101 | 111110 |
Color Harmonies of #5DE1D7
Complementary color
Monochromatic Colors of #5DE1D7
Black with #5DE1D7
Text Example
Text Example
White with #5DE1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE1D7; }
p { color: rgb(93,225,215); }
H1.HeaderClassName
{
color: #5DE1D7;
}
.AnyTagClassName
{
color: #5DE1D7;
}
</style>
background-color css
<style>
a { background-color: #5DE1D7; }
a { background-color: rgb(93,225,215); }
div.DivClassName
{
background-color: #5DE1D7;
}
.BgClassName
{
background-color: #5DE1D7;
}
</style>
border-color css
<style>
span { border-color: #5DE1D7; }
span { border-color: rgb(93,225,215); }
td.TdClassName
{
border-color: #5DE1D7;
}
.TagClassName
{
border-color: #5DE1D7;
}
</style>