Shades of Turquoise Blue #5DCADC
Tints of Turquoise Blue #5DCADC
RGB
CMYK
RGB Variations
Color information
#5DCADC (or 0x5DCADC) is known color: Turquoise Blue. HEX triplet: 5D, CA and DC. RGB value is (93,202,220). Sum of RGB (Red+Green+Blue) = 93+202+220=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DCADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCADC is #A23523. Grayscale: #ABABAB. Windows color (decimal): -10630436 or 14469725. OLE color: 14469725.
HSL color Cylindrical-coordinate representation of color #5DCADC: hue angle of 188.5º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DCADC is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 202 | 220 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.14 |
| HSL | 188.5º | 0.64% | 0.61% | - |
| HSV(B) | 188.5º | 0.58% | 0.86% | - |
| XYZ | 38.55 | 49.74 | 75.28 | - |
| YUV | 171.46 | 155.39 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 220 | 0.58 | 0.08 | 0 | 0.14 | 188.5 | 0.64 | 0.61 |
| Hex | 5D | CA | DC | 3A | 8 | 0 | E | BD | 40 | 3D |
| Octal | 135 | 312 | 334 | 72 | 10 | 0 | 16 | 275 | 100 | 75 |
| Binary | 1011101 | 11001010 | 11011100 | 111010 | 1000 | 0 | 1110 | 10111101 | 1000000 | 111101 |
Color Harmonies of #5DCADC
Complementary color
Monochromatic Colors of #5DCADC
Black with #5DCADC
Text Example
Text Example
White with #5DCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCADC; }
p { color: rgb(93,202,220); }
H1.HeaderClassName
{
color: #5DCADC;
}
.AnyTagClassName
{
color: #5DCADC;
}
</style>
background-color css
<style>
a { background-color: #5DCADC; }
a { background-color: rgb(93,202,220); }
div.DivClassName
{
background-color: #5DCADC;
}
.BgClassName
{
background-color: #5DCADC;
}
</style>
border-color css
<style>
span { border-color: #5DCADC; }
span { border-color: rgb(93,202,220); }
td.TdClassName
{
border-color: #5DCADC;
}
.TagClassName
{
border-color: #5DCADC;
}
</style>