Shades of Turquoise Blue #5DCDEB
Tints of Turquoise Blue #5DCDEB
RGB
CMYK
RGB Variations
Color information
#5DCDEB (or 0x5DCDEB) is known color: Turquoise Blue. HEX triplet: 5D, CD and EB. RGB value is (93,205,235). Sum of RGB (Red+Green+Blue) = 93+205+235=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DCDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCDEB is #A23214. Grayscale: #AEAEAE. Windows color (decimal): -10629653 or 15453533. OLE color: 15453533.
HSL color Cylindrical-coordinate representation of color #5DCDEB: hue angle of 192.68º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DCDEB is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 205 | 235 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.08 |
| HSL | 192.68º | 0.78% | 0.64% | - |
| HSV(B) | 192.68º | 0.6% | 0.92% | - |
| XYZ | 41.34 | 51.99 | 86.45 | - |
| YUV | 174.93 | 161.89 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 235 | 0.60 | 0.13 | 0 | 0.08 | 192.68 | 0.78 | 0.64 |
| Hex | 5D | CD | EB | 3C | D | 0 | 8 | C1 | 4E | 40 |
| Octal | 135 | 315 | 353 | 74 | 15 | 0 | 10 | 301 | 116 | 100 |
| Binary | 1011101 | 11001101 | 11101011 | 111100 | 1101 | 0 | 1000 | 11000001 | 1001110 | 1000000 |
Color Harmonies of #5DCDEB
Complementary color
Monochromatic Colors of #5DCDEB
Black with #5DCDEB
Text Example
Text Example
White with #5DCDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDEB; }
p { color: rgb(93,205,235); }
H1.HeaderClassName
{
color: #5DCDEB;
}
.AnyTagClassName
{
color: #5DCDEB;
}
</style>
background-color css
<style>
a { background-color: #5DCDEB; }
a { background-color: rgb(93,205,235); }
div.DivClassName
{
background-color: #5DCDEB;
}
.BgClassName
{
background-color: #5DCDEB;
}
</style>
border-color css
<style>
span { border-color: #5DCDEB; }
span { border-color: rgb(93,205,235); }
td.TdClassName
{
border-color: #5DCDEB;
}
.TagClassName
{
border-color: #5DCDEB;
}
</style>