Shades of Turquoise Blue #5DEDDB
Tints of Turquoise Blue #5DEDDB
RGB
CMYK
RGB Variations
Color information
#5DEDDB (or 0x5DEDDB) is known color: Turquoise Blue. HEX triplet: 5D, ED and DB. RGB value is (93,237,219). Sum of RGB (Red+Green+Blue) = 93+237+219=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEDDB is #A21224. Grayscale: #BFBFBF. Windows color (decimal): -10621477 or 14413149. OLE color: 14413149.
HSL color Cylindrical-coordinate representation of color #5DEDDB: hue angle of 172.5º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEDDB is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 219 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.07 |
| HSL | 172.5º | 0.8% | 0.65% | - |
| HSV(B) | 172.5º | 0.61% | 0.93% | - |
| XYZ | 47.58 | 68.01 | 77.64 | - |
| YUV | 191.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 219 | 0.61 | 0 | 0.08 | 0.07 | 172.5 | 0.8 | 0.65 |
| Hex | 5D | ED | DB | 3D | 0 | 8 | 7 | AC | 50 | 41 |
| Octal | 135 | 355 | 333 | 75 | 0 | 10 | 7 | 254 | 120 | 101 |
| Binary | 1011101 | 11101101 | 11011011 | 111101 | 0 | 1000 | 111 | 10101100 | 1010000 | 1000001 |
Color Harmonies of #5DEDDB
Complementary color
Monochromatic Colors of #5DEDDB
Black with #5DEDDB
Text Example
Text Example
White with #5DEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEDDB; }
p { color: rgb(93,237,219); }
H1.HeaderClassName
{
color: #5DEDDB;
}
.AnyTagClassName
{
color: #5DEDDB;
}
</style>
background-color css
<style>
a { background-color: #5DEDDB; }
a { background-color: rgb(93,237,219); }
div.DivClassName
{
background-color: #5DEDDB;
}
.BgClassName
{
background-color: #5DEDDB;
}
</style>
border-color css
<style>
span { border-color: #5DEDDB; }
span { border-color: rgb(93,237,219); }
td.TdClassName
{
border-color: #5DEDDB;
}
.TagClassName
{
border-color: #5DEDDB;
}
</style>