Shades of Turquoise Blue #5DCAE9
Tints of Turquoise Blue #5DCAE9
RGB
CMYK
RGB Variations
Color information
#5DCAE9 (or 0x5DCAE9) is known color: Turquoise Blue. HEX triplet: 5D, CA and E9. RGB value is (93,202,233). Sum of RGB (Red+Green+Blue) = 93+202+233=528 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.61% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #5DCAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCAE9 is #A23516. Grayscale: #ACACAC. Windows color (decimal): -10630423 or 15321693. OLE color: 15321693.
HSL color Cylindrical-coordinate representation of color #5DCAE9: hue angle of 193.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DCAE9 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 202 | 233 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.09 |
| HSL | 193.29º | 0.76% | 0.64% | - |
| HSV(B) | 193.29º | 0.6% | 0.91% | - |
| XYZ | 40.34 | 50.45 | 84.7 | - |
| YUV | 172.94 | 161.89 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 233 | 0.60 | 0.13 | 0 | 0.09 | 193.29 | 0.76 | 0.64 |
| Hex | 5D | CA | E9 | 3C | D | 0 | 9 | C1 | 4C | 40 |
| Octal | 135 | 312 | 351 | 74 | 15 | 0 | 11 | 301 | 114 | 100 |
| Binary | 1011101 | 11001010 | 11101001 | 111100 | 1101 | 0 | 1001 | 11000001 | 1001100 | 1000000 |
Color Harmonies of #5DCAE9
Complementary color
Monochromatic Colors of #5DCAE9
Black with #5DCAE9
Text Example
Text Example
White with #5DCAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCAE9; }
p { color: rgb(93,202,233); }
H1.HeaderClassName
{
color: #5DCAE9;
}
.AnyTagClassName
{
color: #5DCAE9;
}
</style>
background-color css
<style>
a { background-color: #5DCAE9; }
a { background-color: rgb(93,202,233); }
div.DivClassName
{
background-color: #5DCAE9;
}
.BgClassName
{
background-color: #5DCAE9;
}
</style>
border-color css
<style>
span { border-color: #5DCAE9; }
span { border-color: rgb(93,202,233); }
td.TdClassName
{
border-color: #5DCAE9;
}
.TagClassName
{
border-color: #5DCAE9;
}
</style>