Shades of Turquoise Blue #5DD9EC
Tints of Turquoise Blue #5DD9EC
RGB
CMYK
RGB Variations
Color information
#5DD9EC (or 0x5DD9EC) is known color: Turquoise Blue. HEX triplet: 5D, D9 and EC. RGB value is (93,217,236). Sum of RGB (Red+Green+Blue) = 93+217+236=546 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.03% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DD9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD9EC is #A22613. Grayscale: #B5B5B5. Windows color (decimal): -10626580 or 15522141. OLE color: 15522141.
HSL color Cylindrical-coordinate representation of color #5DD9EC: hue angle of 187.97º degrees, saturation: 0.79, 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 #5DD9EC is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 217 | 236 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.07 |
| HSL | 187.97º | 0.79% | 0.65% | - |
| HSV(B) | 187.97º | 0.61% | 0.93% | - |
| XYZ | 44.47 | 58.01 | 88.21 | - |
| YUV | 182.09 | 158.42 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 236 | 0.61 | 0.08 | 0 | 0.07 | 187.97 | 0.79 | 0.65 |
| Hex | 5D | D9 | EC | 3D | 8 | 0 | 7 | BC | 4F | 41 |
| Octal | 135 | 331 | 354 | 75 | 10 | 0 | 7 | 274 | 117 | 101 |
| Binary | 1011101 | 11011001 | 11101100 | 111101 | 1000 | 0 | 111 | 10111100 | 1001111 | 1000001 |
Color Harmonies of #5DD9EC
Complementary color
Monochromatic Colors of #5DD9EC
Black with #5DD9EC
Text Example
Text Example
White with #5DD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD9EC; }
p { color: rgb(93,217,236); }
H1.HeaderClassName
{
color: #5DD9EC;
}
.AnyTagClassName
{
color: #5DD9EC;
}
</style>
background-color css
<style>
a { background-color: #5DD9EC; }
a { background-color: rgb(93,217,236); }
div.DivClassName
{
background-color: #5DD9EC;
}
.BgClassName
{
background-color: #5DD9EC;
}
</style>
border-color css
<style>
span { border-color: #5DD9EC; }
span { border-color: rgb(93,217,236); }
td.TdClassName
{
border-color: #5DD9EC;
}
.TagClassName
{
border-color: #5DD9EC;
}
</style>