Shades of Turquoise Blue #5DEEEC
Tints of Turquoise Blue #5DEEEC
RGB
CMYK
RGB Variations
Color information
#5DEEEC (or 0x5DEEEC) is known color: Turquoise Blue. HEX triplet: 5D, EE and EC. RGB value is (93,238,236). Sum of RGB (Red+Green+Blue) = 93+238+236=567 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.40% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEEC is #A21113. Grayscale: #C2C2C2. Windows color (decimal): -10621204 or 15527517. OLE color: 15527517.
HSL color Cylindrical-coordinate representation of color #5DEEEC: hue angle of 179.17º 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 #5DEEEC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 238 | 236 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.07 |
| HSL | 179.17º | 0.81% | 0.65% | - |
| HSV(B) | 179.17º | 0.61% | 0.93% | - |
| XYZ | 50.23 | 69.53 | 90.13 | - |
| YUV | 194.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 236 | 0.61 | 0 | 0.01 | 0.07 | 179.17 | 0.81 | 0.65 |
| Hex | 5D | EE | EC | 3D | 0 | 1 | 7 | B3 | 51 | 41 |
| Octal | 135 | 356 | 354 | 75 | 0 | 1 | 7 | 263 | 121 | 101 |
| Binary | 1011101 | 11101110 | 11101100 | 111101 | 0 | 1 | 111 | 10110011 | 1010001 | 1000001 |
Color Harmonies of #5DEEEC
Complementary color
Monochromatic Colors of #5DEEEC
Black with #5DEEEC
Text Example
Text Example
White with #5DEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEEEC; }
p { color: rgb(93,238,236); }
H1.HeaderClassName
{
color: #5DEEEC;
}
.AnyTagClassName
{
color: #5DEEEC;
}
</style>
background-color css
<style>
a { background-color: #5DEEEC; }
a { background-color: rgb(93,238,236); }
div.DivClassName
{
background-color: #5DEEEC;
}
.BgClassName
{
background-color: #5DEEEC;
}
</style>
border-color css
<style>
span { border-color: #5DEEEC; }
span { border-color: rgb(93,238,236); }
td.TdClassName
{
border-color: #5DEEEC;
}
.TagClassName
{
border-color: #5DEEEC;
}
</style>