Shades of Turquoise Blue #5DCEDD
Tints of Turquoise Blue #5DCEDD
RGB
CMYK
RGB Variations
Color information
#5DCEDD (or 0x5DCEDD) is known color: Turquoise Blue. HEX triplet: 5D, CE and DD. RGB value is (93,206,221). Sum of RGB (Red+Green+Blue) = 93+206+221=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEDD is #A23122. Grayscale: #ADADAD. Windows color (decimal): -10629411 or 14536285. OLE color: 14536285.
HSL color Cylindrical-coordinate representation of color #5DCEDD: hue angle of 187.03º degrees, saturation: 0.65, 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 #5DCEDD is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 206 | 221 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.13 |
| HSL | 187.03º | 0.65% | 0.62% | - |
| HSV(B) | 187.03º | 0.58% | 0.87% | - |
| XYZ | 39.64 | 51.69 | 76.29 | - |
| YUV | 173.92 | 154.56 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 221 | 0.58 | 0.07 | 0 | 0.13 | 187.03 | 0.65 | 0.62 |
| Hex | 5D | CE | DD | 3A | 7 | 0 | D | BB | 41 | 3E |
| Octal | 135 | 316 | 335 | 72 | 7 | 0 | 15 | 273 | 101 | 76 |
| Binary | 1011101 | 11001110 | 11011101 | 111010 | 111 | 0 | 1101 | 10111011 | 1000001 | 111110 |
Color Harmonies of #5DCEDD
Complementary color
Monochromatic Colors of #5DCEDD
Black with #5DCEDD
Text Example
Text Example
White with #5DCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEDD; }
p { color: rgb(93,206,221); }
H1.HeaderClassName
{
color: #5DCEDD;
}
.AnyTagClassName
{
color: #5DCEDD;
}
</style>
background-color css
<style>
a { background-color: #5DCEDD; }
a { background-color: rgb(93,206,221); }
div.DivClassName
{
background-color: #5DCEDD;
}
.BgClassName
{
background-color: #5DCEDD;
}
</style>
border-color css
<style>
span { border-color: #5DCEDD; }
span { border-color: rgb(93,206,221); }
td.TdClassName
{
border-color: #5DCEDD;
}
.TagClassName
{
border-color: #5DCEDD;
}
</style>