Shades of Turquoise Blue #5DE8EA
Tints of Turquoise Blue #5DE8EA
RGB
CMYK
RGB Variations
Color information
#5DE8EA (or 0x5DE8EA) is known color: Turquoise Blue. HEX triplet: 5D, E8 and EA. RGB value is (93,232,234). Sum of RGB (Red+Green+Blue) = 93+232+234=559 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.64% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DE8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DE8EA is #A21715. Grayscale: #BEBEBE. Windows color (decimal): -10622742 or 15394909. OLE color: 15394909.
HSL color Cylindrical-coordinate representation of color #5DE8EA: hue angle of 180.85º degrees, saturation: 0.77, 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 #5DE8EA is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 232 | 234 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.08 |
| HSL | 180.85º | 0.77% | 0.64% | - |
| HSV(B) | 180.85º | 0.6% | 0.92% | - |
| XYZ | 48.22 | 65.98 | 88.04 | - |
| YUV | 190.67 | 152.45 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 232 | 234 | 0.60 | 0.01 | 0 | 0.08 | 180.85 | 0.77 | 0.64 |
| Hex | 5D | E8 | EA | 3C | 1 | 0 | 8 | B5 | 4D | 40 |
| Octal | 135 | 350 | 352 | 74 | 1 | 0 | 10 | 265 | 115 | 100 |
| Binary | 1011101 | 11101000 | 11101010 | 111100 | 1 | 0 | 1000 | 10110101 | 1001101 | 1000000 |
Color Harmonies of #5DE8EA
Complementary color
Monochromatic Colors of #5DE8EA
Black with #5DE8EA
Text Example
Text Example
White with #5DE8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE8EA; }
p { color: rgb(93,232,234); }
H1.HeaderClassName
{
color: #5DE8EA;
}
.AnyTagClassName
{
color: #5DE8EA;
}
</style>
background-color css
<style>
a { background-color: #5DE8EA; }
a { background-color: rgb(93,232,234); }
div.DivClassName
{
background-color: #5DE8EA;
}
.BgClassName
{
background-color: #5DE8EA;
}
</style>
border-color css
<style>
span { border-color: #5DE8EA; }
span { border-color: rgb(93,232,234); }
td.TdClassName
{
border-color: #5DE8EA;
}
.TagClassName
{
border-color: #5DE8EA;
}
</style>