Shades of Turquoise Blue #5DD9DF
Tints of Turquoise Blue #5DD9DF
RGB
CMYK
RGB Variations
Color information
#5DD9DF (or 0x5DD9DF) is known color: Turquoise Blue. HEX triplet: 5D, D9 and DF. RGB value is (93,217,223). Sum of RGB (Red+Green+Blue) = 93+217+223=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DD9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD9DF is #A22620. Grayscale: #B4B4B4. Windows color (decimal): -10626593 or 14670173. OLE color: 14670173.
HSL color Cylindrical-coordinate representation of color #5DD9DF: hue angle of 182.77º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DD9DF is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 217 | 223 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.13 |
| HSL | 182.77º | 0.67% | 0.62% | - |
| HSV(B) | 182.77º | 0.58% | 0.87% | - |
| XYZ | 42.65 | 57.28 | 78.62 | - |
| YUV | 180.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 223 | 0.58 | 0.03 | 0 | 0.13 | 182.77 | 0.67 | 0.62 |
| Hex | 5D | D9 | DF | 3A | 3 | 0 | D | B7 | 43 | 3E |
| Octal | 135 | 331 | 337 | 72 | 3 | 0 | 15 | 267 | 103 | 76 |
| Binary | 1011101 | 11011001 | 11011111 | 111010 | 11 | 0 | 1101 | 10110111 | 1000011 | 111110 |
Color Harmonies of #5DD9DF
Complementary color
Monochromatic Colors of #5DD9DF
Black with #5DD9DF
Text Example
Text Example
White with #5DD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD9DF; }
p { color: rgb(93,217,223); }
H1.HeaderClassName
{
color: #5DD9DF;
}
.AnyTagClassName
{
color: #5DD9DF;
}
</style>
background-color css
<style>
a { background-color: #5DD9DF; }
a { background-color: rgb(93,217,223); }
div.DivClassName
{
background-color: #5DD9DF;
}
.BgClassName
{
background-color: #5DD9DF;
}
</style>
border-color css
<style>
span { border-color: #5DD9DF; }
span { border-color: rgb(93,217,223); }
td.TdClassName
{
border-color: #5DD9DF;
}
.TagClassName
{
border-color: #5DD9DF;
}
</style>