Shades of Turquoise Blue #5DD5EC
Tints of Turquoise Blue #5DD5EC
RGB
CMYK
RGB Variations
Color information
#5DD5EC (or 0x5DD5EC) is known color: Turquoise Blue. HEX triplet: 5D, D5 and EC. RGB value is (93,213,236). Sum of RGB (Red+Green+Blue) = 93+213+236=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DD5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD5EC is #A22A13. Grayscale: #B3B3B3. Windows color (decimal): -10627604 or 15521117. OLE color: 15521117.
HSL color Cylindrical-coordinate representation of color #5DD5EC: hue angle of 189.65º 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 #5DD5EC is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 213 | 236 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.07 |
| HSL | 189.65º | 0.79% | 0.65% | - |
| HSV(B) | 189.65º | 0.61% | 0.93% | - |
| XYZ | 43.45 | 55.97 | 87.87 | - |
| YUV | 179.74 | 159.74 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 213 | 236 | 0.61 | 0.10 | 0 | 0.07 | 189.65 | 0.79 | 0.65 |
| Hex | 5D | D5 | EC | 3D | A | 0 | 7 | BE | 4F | 41 |
| Octal | 135 | 325 | 354 | 75 | 12 | 0 | 7 | 276 | 117 | 101 |
| Binary | 1011101 | 11010101 | 11101100 | 111101 | 1010 | 0 | 111 | 10111110 | 1001111 | 1000001 |
Color Harmonies of #5DD5EC
Complementary color
Monochromatic Colors of #5DD5EC
Black with #5DD5EC
Text Example
Text Example
White with #5DD5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD5EC; }
p { color: rgb(93,213,236); }
H1.HeaderClassName
{
color: #5DD5EC;
}
.AnyTagClassName
{
color: #5DD5EC;
}
</style>
background-color css
<style>
a { background-color: #5DD5EC; }
a { background-color: rgb(93,213,236); }
div.DivClassName
{
background-color: #5DD5EC;
}
.BgClassName
{
background-color: #5DD5EC;
}
</style>
border-color css
<style>
span { border-color: #5DD5EC; }
span { border-color: rgb(93,213,236); }
td.TdClassName
{
border-color: #5DD5EC;
}
.TagClassName
{
border-color: #5DD5EC;
}
</style>