Shades of Turquoise Blue #5DDCE1
Tints of Turquoise Blue #5DDCE1
RGB
CMYK
RGB Variations
Color information
#5DDCE1 (or 0x5DDCE1) is known color: Turquoise Blue. HEX triplet: 5D, DC and E1. RGB value is (93,220,225). Sum of RGB (Red+Green+Blue) = 93+220+225=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DDCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCE1 is #A2231E. Grayscale: #B6B6B6. Windows color (decimal): -10625823 or 14802013. OLE color: 14802013.
HSL color Cylindrical-coordinate representation of color #5DDCE1: hue angle of 182.27º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DDCE1 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 220 | 225 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.12 |
| HSL | 182.27º | 0.69% | 0.62% | - |
| HSV(B) | 182.27º | 0.59% | 0.88% | - |
| XYZ | 43.7 | 58.95 | 80.31 | - |
| YUV | 182.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 225 | 0.59 | 0.02 | 0 | 0.12 | 182.27 | 0.69 | 0.62 |
| Hex | 5D | DC | E1 | 3B | 2 | 0 | C | B6 | 45 | 3E |
| Octal | 135 | 334 | 341 | 73 | 2 | 0 | 14 | 266 | 105 | 76 |
| Binary | 1011101 | 11011100 | 11100001 | 111011 | 10 | 0 | 1100 | 10110110 | 1000101 | 111110 |
Color Harmonies of #5DDCE1
Complementary color
Monochromatic Colors of #5DDCE1
Black with #5DDCE1
Text Example
Text Example
White with #5DDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDCE1; }
p { color: rgb(93,220,225); }
H1.HeaderClassName
{
color: #5DDCE1;
}
.AnyTagClassName
{
color: #5DDCE1;
}
</style>
background-color css
<style>
a { background-color: #5DDCE1; }
a { background-color: rgb(93,220,225); }
div.DivClassName
{
background-color: #5DDCE1;
}
.BgClassName
{
background-color: #5DDCE1;
}
</style>
border-color css
<style>
span { border-color: #5DDCE1; }
span { border-color: rgb(93,220,225); }
td.TdClassName
{
border-color: #5DDCE1;
}
.TagClassName
{
border-color: #5DDCE1;
}
</style>