Shades of Turquoise Blue #5DEEE2
Tints of Turquoise Blue #5DEEE2
RGB
CMYK
RGB Variations
Color information
#5DEEE2 (or 0x5DEEE2) is known color: Turquoise Blue. HEX triplet: 5D, EE and E2. RGB value is (93,238,226). Sum of RGB (Red+Green+Blue) = 93+238+226=557 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.70% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEEE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEEE2 is #A2111D. Grayscale: #C1C1C1. Windows color (decimal): -10621214 or 14872157. OLE color: 14872157.
HSL color Cylindrical-coordinate representation of color #5DEEE2: hue angle of 175.03º degrees, saturation: 0.81, 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 #5DEEE2 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 238 | 226 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.07 |
| HSL | 175.03º | 0.81% | 0.65% | - |
| HSV(B) | 175.03º | 0.61% | 0.93% | - |
| XYZ | 48.82 | 68.97 | 82.69 | - |
| YUV | 193.28 | 146.46 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 226 | 0.61 | 0 | 0.05 | 0.07 | 175.03 | 0.81 | 0.65 |
| Hex | 5D | EE | E2 | 3D | 0 | 5 | 7 | AF | 51 | 41 |
| Octal | 135 | 356 | 342 | 75 | 0 | 5 | 7 | 257 | 121 | 101 |
| Binary | 1011101 | 11101110 | 11100010 | 111101 | 0 | 101 | 111 | 10101111 | 1010001 | 1000001 |
Color Harmonies of #5DEEE2
Complementary color
Monochromatic Colors of #5DEEE2
Black with #5DEEE2
Text Example
Text Example
White with #5DEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEEE2; }
p { color: rgb(93,238,226); }
H1.HeaderClassName
{
color: #5DEEE2;
}
.AnyTagClassName
{
color: #5DEEE2;
}
</style>
background-color css
<style>
a { background-color: #5DEEE2; }
a { background-color: rgb(93,238,226); }
div.DivClassName
{
background-color: #5DEEE2;
}
.BgClassName
{
background-color: #5DEEE2;
}
</style>
border-color css
<style>
span { border-color: #5DEEE2; }
span { border-color: rgb(93,238,226); }
td.TdClassName
{
border-color: #5DEEE2;
}
.TagClassName
{
border-color: #5DEEE2;
}
</style>