Shades of Turquoise Blue #5DEBDB
Tints of Turquoise Blue #5DEBDB
RGB
CMYK
RGB Variations
Color information
#5DEBDB (or 0x5DEBDB) is known color: Turquoise Blue. HEX triplet: 5D, EB and DB. RGB value is (93,235,219). Sum of RGB (Red+Green+Blue) = 93+235+219=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEBDB is #A21424. Grayscale: #BEBEBE. Windows color (decimal): -10621989 or 14412637. OLE color: 14412637.
HSL color Cylindrical-coordinate representation of color #5DEBDB: hue angle of 173.24º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEBDB is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 235 | 219 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.08 |
| HSL | 173.24º | 0.78% | 0.64% | - |
| HSV(B) | 173.24º | 0.6% | 0.92% | - |
| XYZ | 47.01 | 66.86 | 77.45 | - |
| YUV | 190.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 235 | 219 | 0.60 | 0 | 0.07 | 0.08 | 173.24 | 0.78 | 0.64 |
| Hex | 5D | EB | DB | 3C | 0 | 7 | 8 | AD | 4E | 40 |
| Octal | 135 | 353 | 333 | 74 | 0 | 7 | 10 | 255 | 116 | 100 |
| Binary | 1011101 | 11101011 | 11011011 | 111100 | 0 | 111 | 1000 | 10101101 | 1001110 | 1000000 |
Color Harmonies of #5DEBDB
Complementary color
Monochromatic Colors of #5DEBDB
Black with #5DEBDB
Text Example
Text Example
White with #5DEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEBDB; }
p { color: rgb(93,235,219); }
H1.HeaderClassName
{
color: #5DEBDB;
}
.AnyTagClassName
{
color: #5DEBDB;
}
</style>
background-color css
<style>
a { background-color: #5DEBDB; }
a { background-color: rgb(93,235,219); }
div.DivClassName
{
background-color: #5DEBDB;
}
.BgClassName
{
background-color: #5DEBDB;
}
</style>
border-color css
<style>
span { border-color: #5DEBDB; }
span { border-color: rgb(93,235,219); }
td.TdClassName
{
border-color: #5DEBDB;
}
.TagClassName
{
border-color: #5DEBDB;
}
</style>