Shades of Turquoise Blue #5DEEED
Tints of Turquoise Blue #5DEEED
RGB
CMYK
RGB Variations
Color information
#5DEEED (or 0x5DEEED) is known color: Turquoise Blue. HEX triplet: 5D, EE and ED. RGB value is (93,238,237). Sum of RGB (Red+Green+Blue) = 93+238+237=568 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.37% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEED is #A21112. Grayscale: #C2C2C2. Windows color (decimal): -10621203 or 15593053. OLE color: 15593053.
HSL color Cylindrical-coordinate representation of color #5DEEED: hue angle of 179.59º 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 #5DEEED is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 238 | 237 | - |
| CMYK | 0.61 | 0 | 0.00 | 0.07 |
| HSL | 179.59º | 0.81% | 0.65% | - |
| HSV(B) | 179.59º | 0.61% | 0.93% | - |
| XYZ | 50.37 | 69.59 | 90.9 | - |
| YUV | 194.53 | 151.96 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 237 | 0.61 | 0 | 0.00 | 0.07 | 179.59 | 0.81 | 0.65 |
| Hex | 5D | EE | ED | 3D | 0 | 0 | 7 | B4 | 51 | 41 |
| Octal | 135 | 356 | 355 | 75 | 0 | 0 | 7 | 264 | 121 | 101 |
| Binary | 1011101 | 11101110 | 11101101 | 111101 | 0 | 0 | 111 | 10110100 | 1010001 | 1000001 |
Color Harmonies of #5DEEED
Complementary color
Monochromatic Colors of #5DEEED
Black with #5DEEED
Text Example
Text Example
White with #5DEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEEED; }
p { color: rgb(93,238,237); }
H1.HeaderClassName
{
color: #5DEEED;
}
.AnyTagClassName
{
color: #5DEEED;
}
</style>
background-color css
<style>
a { background-color: #5DEEED; }
a { background-color: rgb(93,238,237); }
div.DivClassName
{
background-color: #5DEEED;
}
.BgClassName
{
background-color: #5DEEED;
}
</style>
border-color css
<style>
span { border-color: #5DEEED; }
span { border-color: rgb(93,238,237); }
td.TdClassName
{
border-color: #5DEEED;
}
.TagClassName
{
border-color: #5DEEED;
}
</style>