Shades of Turquoise Blue #5DCDD9
Tints of Turquoise Blue #5DCDD9
RGB
CMYK
RGB Variations
Color information
#5DCDD9 (or 0x5DCDD9) is known color: Turquoise Blue. HEX triplet: 5D, CD and D9. RGB value is (93,205,217). Sum of RGB (Red+Green+Blue) = 93+205+217=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #5DCDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDD9 is #A23226. Grayscale: #ACACAC. Windows color (decimal): -10629671 or 14273885. OLE color: 14273885.
HSL color Cylindrical-coordinate representation of color #5DCDD9: hue angle of 185.81º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DCDD9 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 205 | 217 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.15 |
| HSL | 185.81º | 0.62% | 0.61% | - |
| HSV(B) | 185.81º | 0.57% | 0.85% | - |
| XYZ | 38.87 | 51 | 73.44 | - |
| YUV | 172.88 | 152.89 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 217 | 0.57 | 0.06 | 0 | 0.15 | 185.81 | 0.62 | 0.61 |
| Hex | 5D | CD | D9 | 39 | 6 | 0 | F | BA | 3E | 3D |
| Octal | 135 | 315 | 331 | 71 | 6 | 0 | 17 | 272 | 76 | 75 |
| Binary | 1011101 | 11001101 | 11011001 | 111001 | 110 | 0 | 1111 | 10111010 | 111110 | 111101 |
Color Harmonies of #5DCDD9
Complementary color
Monochromatic Colors of #5DCDD9
Black with #5DCDD9
Text Example
Text Example
White with #5DCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDD9; }
p { color: rgb(93,205,217); }
H1.HeaderClassName
{
color: #5DCDD9;
}
.AnyTagClassName
{
color: #5DCDD9;
}
</style>
background-color css
<style>
a { background-color: #5DCDD9; }
a { background-color: rgb(93,205,217); }
div.DivClassName
{
background-color: #5DCDD9;
}
.BgClassName
{
background-color: #5DCDD9;
}
</style>
border-color css
<style>
span { border-color: #5DCDD9; }
span { border-color: rgb(93,205,217); }
td.TdClassName
{
border-color: #5DCDD9;
}
.TagClassName
{
border-color: #5DCDD9;
}
</style>