Shades of Turquoise Blue #5DCDDB
Tints of Turquoise Blue #5DCDDB
RGB
CMYK
RGB Variations
Color information
#5DCDDB (or 0x5DCDDB) is known color: Turquoise Blue. HEX triplet: 5D, CD and DB. RGB value is (93,205,219). Sum of RGB (Red+Green+Blue) = 93+205+219=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDDB is #A23224. Grayscale: #ACACAC. Windows color (decimal): -10629669 or 14404957. OLE color: 14404957.
HSL color Cylindrical-coordinate representation of color #5DCDDB: hue angle of 186.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DCDDB is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 205 | 219 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.14 |
| HSL | 186.67º | 0.64% | 0.61% | - |
| HSV(B) | 186.67º | 0.58% | 0.86% | - |
| XYZ | 39.13 | 51.1 | 74.82 | - |
| YUV | 173.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 219 | 0.58 | 0.06 | 0 | 0.14 | 186.67 | 0.64 | 0.61 |
| Hex | 5D | CD | DB | 3A | 6 | 0 | E | BB | 40 | 3D |
| Octal | 135 | 315 | 333 | 72 | 6 | 0 | 16 | 273 | 100 | 75 |
| Binary | 1011101 | 11001101 | 11011011 | 111010 | 110 | 0 | 1110 | 10111011 | 1000000 | 111101 |
Color Harmonies of #5DCDDB
Complementary color
Monochromatic Colors of #5DCDDB
Black with #5DCDDB
Text Example
Text Example
White with #5DCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDDB; }
p { color: rgb(93,205,219); }
H1.HeaderClassName
{
color: #5DCDDB;
}
.AnyTagClassName
{
color: #5DCDDB;
}
</style>
background-color css
<style>
a { background-color: #5DCDDB; }
a { background-color: rgb(93,205,219); }
div.DivClassName
{
background-color: #5DCDDB;
}
.BgClassName
{
background-color: #5DCDDB;
}
</style>
border-color css
<style>
span { border-color: #5DCDDB; }
span { border-color: rgb(93,205,219); }
td.TdClassName
{
border-color: #5DCDDB;
}
.TagClassName
{
border-color: #5DCDDB;
}
</style>