Shades of Turquoise Blue #5DCEDE
Tints of Turquoise Blue #5DCEDE
RGB
CMYK
RGB Variations
Color information
#5DCEDE (or 0x5DCEDE) is known color: Turquoise Blue. HEX triplet: 5D, CE and DE. RGB value is (93,206,222). Sum of RGB (Red+Green+Blue) = 93+206+222=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DCEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEDE is #A23121. Grayscale: #ADADAD. Windows color (decimal): -10629410 or 14601821. OLE color: 14601821.
HSL color Cylindrical-coordinate representation of color #5DCEDE: hue angle of 187.44º degrees, saturation: 0.66, 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 #5DCEDE is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 206 | 222 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.13 |
| HSL | 187.44º | 0.66% | 0.62% | - |
| HSV(B) | 187.44º | 0.58% | 0.87% | - |
| XYZ | 39.77 | 51.74 | 77 | - |
| YUV | 174.04 | 155.06 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 222 | 0.58 | 0.07 | 0 | 0.13 | 187.44 | 0.66 | 0.62 |
| Hex | 5D | CE | DE | 3A | 7 | 0 | D | BB | 42 | 3E |
| Octal | 135 | 316 | 336 | 72 | 7 | 0 | 15 | 273 | 102 | 76 |
| Binary | 1011101 | 11001110 | 11011110 | 111010 | 111 | 0 | 1101 | 10111011 | 1000010 | 111110 |
Color Harmonies of #5DCEDE
Complementary color
Monochromatic Colors of #5DCEDE
Black with #5DCEDE
Text Example
Text Example
White with #5DCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEDE; }
p { color: rgb(93,206,222); }
H1.HeaderClassName
{
color: #5DCEDE;
}
.AnyTagClassName
{
color: #5DCEDE;
}
</style>
background-color css
<style>
a { background-color: #5DCEDE; }
a { background-color: rgb(93,206,222); }
div.DivClassName
{
background-color: #5DCEDE;
}
.BgClassName
{
background-color: #5DCEDE;
}
</style>
border-color css
<style>
span { border-color: #5DCEDE; }
span { border-color: rgb(93,206,222); }
td.TdClassName
{
border-color: #5DCEDE;
}
.TagClassName
{
border-color: #5DCEDE;
}
</style>