Shades of Turquoise Blue #5DCAEB
Tints of Turquoise Blue #5DCAEB
RGB
CMYK
RGB Variations
Color information
#5DCAEB (or 0x5DCAEB) is known color: Turquoise Blue. HEX triplet: 5D, CA and EB. RGB value is (93,202,235). Sum of RGB (Red+Green+Blue) = 93+202+235=530 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.55% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DCAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCAEB is #A23514. Grayscale: #ACACAC. Windows color (decimal): -10630421 or 15452765. OLE color: 15452765.
HSL color Cylindrical-coordinate representation of color #5DCAEB: hue angle of 193.94º 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 #5DCAEB is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 202 | 235 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.08 |
| HSL | 193.94º | 0.78% | 0.64% | - |
| HSV(B) | 193.94º | 0.6% | 0.92% | - |
| XYZ | 40.63 | 50.57 | 86.22 | - |
| YUV | 173.17 | 162.89 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 235 | 0.60 | 0.14 | 0 | 0.08 | 193.94 | 0.78 | 0.64 |
| Hex | 5D | CA | EB | 3C | E | 0 | 8 | C2 | 4E | 40 |
| Octal | 135 | 312 | 353 | 74 | 16 | 0 | 10 | 302 | 116 | 100 |
| Binary | 1011101 | 11001010 | 11101011 | 111100 | 1110 | 0 | 1000 | 11000010 | 1001110 | 1000000 |
Color Harmonies of #5DCAEB
Complementary color
Monochromatic Colors of #5DCAEB
Black with #5DCAEB
Text Example
Text Example
White with #5DCAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCAEB; }
p { color: rgb(93,202,235); }
H1.HeaderClassName
{
color: #5DCAEB;
}
.AnyTagClassName
{
color: #5DCAEB;
}
</style>
background-color css
<style>
a { background-color: #5DCAEB; }
a { background-color: rgb(93,202,235); }
div.DivClassName
{
background-color: #5DCAEB;
}
.BgClassName
{
background-color: #5DCAEB;
}
</style>
border-color css
<style>
span { border-color: #5DCAEB; }
span { border-color: rgb(93,202,235); }
td.TdClassName
{
border-color: #5DCAEB;
}
.TagClassName
{
border-color: #5DCAEB;
}
</style>