Shades of Turquoise Blue #5DEAEC
Tints of Turquoise Blue #5DEAEC
RGB
CMYK
RGB Variations
Color information
#5DEAEC (or 0x5DEAEC) is known color: Turquoise Blue. HEX triplet: 5D, EA and EC. RGB value is (93,234,236). Sum of RGB (Red+Green+Blue) = 93+234+236=563 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.52% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DEAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEAEC is #A21513. Grayscale: #BFBFBF. Windows color (decimal): -10622228 or 15526493. OLE color: 15526493.
HSL color Cylindrical-coordinate representation of color #5DEAEC: hue angle of 180.84º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEAEC is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 234 | 236 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.07 |
| HSL | 180.84º | 0.79% | 0.65% | - |
| HSV(B) | 180.84º | 0.61% | 0.93% | - |
| XYZ | 49.08 | 67.23 | 89.75 | - |
| YUV | 192.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 234 | 236 | 0.61 | 0.01 | 0 | 0.07 | 180.84 | 0.79 | 0.65 |
| Hex | 5D | EA | EC | 3D | 1 | 0 | 7 | B5 | 4F | 41 |
| Octal | 135 | 352 | 354 | 75 | 1 | 0 | 7 | 265 | 117 | 101 |
| Binary | 1011101 | 11101010 | 11101100 | 111101 | 1 | 0 | 111 | 10110101 | 1001111 | 1000001 |
Color Harmonies of #5DEAEC
Complementary color
Monochromatic Colors of #5DEAEC
Black with #5DEAEC
Text Example
Text Example
White with #5DEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEAEC; }
p { color: rgb(93,234,236); }
H1.HeaderClassName
{
color: #5DEAEC;
}
.AnyTagClassName
{
color: #5DEAEC;
}
</style>
background-color css
<style>
a { background-color: #5DEAEC; }
a { background-color: rgb(93,234,236); }
div.DivClassName
{
background-color: #5DEAEC;
}
.BgClassName
{
background-color: #5DEAEC;
}
</style>
border-color css
<style>
span { border-color: #5DEAEC; }
span { border-color: rgb(93,234,236); }
td.TdClassName
{
border-color: #5DEAEC;
}
.TagClassName
{
border-color: #5DEAEC;
}
</style>