Shades of Turquoise Blue #5DCCDE
Tints of Turquoise Blue #5DCCDE
RGB
CMYK
RGB Variations
Color information
#5DCCDE (or 0x5DCCDE) is known color: Turquoise Blue. HEX triplet: 5D, CC and DE. RGB value is (93,204,222). Sum of RGB (Red+Green+Blue) = 93+204+222=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DCCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCDE is #A23321. Grayscale: #ACACAC. Windows color (decimal): -10629922 or 14601309. OLE color: 14601309.
HSL color Cylindrical-coordinate representation of color #5DCCDE: hue angle of 188.37º 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 #5DCCDE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 204 | 222 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.13 |
| HSL | 188.37º | 0.66% | 0.62% | - |
| HSV(B) | 188.37º | 0.58% | 0.87% | - |
| XYZ | 39.29 | 50.79 | 76.84 | - |
| YUV | 172.86 | 155.73 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 222 | 0.58 | 0.08 | 0 | 0.13 | 188.37 | 0.66 | 0.62 |
| Hex | 5D | CC | DE | 3A | 8 | 0 | D | BC | 42 | 3E |
| Octal | 135 | 314 | 336 | 72 | 10 | 0 | 15 | 274 | 102 | 76 |
| Binary | 1011101 | 11001100 | 11011110 | 111010 | 1000 | 0 | 1101 | 10111100 | 1000010 | 111110 |
Color Harmonies of #5DCCDE
Complementary color
Monochromatic Colors of #5DCCDE
Black with #5DCCDE
Text Example
Text Example
White with #5DCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCDE; }
p { color: rgb(93,204,222); }
H1.HeaderClassName
{
color: #5DCCDE;
}
.AnyTagClassName
{
color: #5DCCDE;
}
</style>
background-color css
<style>
a { background-color: #5DCCDE; }
a { background-color: rgb(93,204,222); }
div.DivClassName
{
background-color: #5DCCDE;
}
.BgClassName
{
background-color: #5DCCDE;
}
</style>
border-color css
<style>
span { border-color: #5DCCDE; }
span { border-color: rgb(93,204,222); }
td.TdClassName
{
border-color: #5DCCDE;
}
.TagClassName
{
border-color: #5DCCDE;
}
</style>