Shades of Turquoise Blue #5DEFED
Tints of Turquoise Blue #5DEFED
RGB
CMYK
RGB Variations
Color information
#5DEFED (or 0x5DEFED) is known color: Turquoise Blue. HEX triplet: 5D, EF and ED. RGB value is (93,239,237). Sum of RGB (Red+Green+Blue) = 93+239+237=569 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.34% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEFED is #A21012. Grayscale: #C2C2C2. Windows color (decimal): -10620947 or 15593309. OLE color: 15593309.
HSL color Cylindrical-coordinate representation of color #5DEFED: hue angle of 179.18º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFED is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 237 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.06 |
| HSL | 179.18º | 0.82% | 0.65% | - |
| HSV(B) | 179.18º | 0.61% | 0.94% | - |
| XYZ | 50.67 | 70.17 | 91 | - |
| YUV | 195.12 | 151.63 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 237 | 0.61 | 0 | 0.01 | 0.06 | 179.18 | 0.82 | 0.65 |
| Hex | 5D | EF | ED | 3D | 0 | 1 | 6 | B3 | 52 | 41 |
| Octal | 135 | 357 | 355 | 75 | 0 | 1 | 6 | 263 | 122 | 101 |
| Binary | 1011101 | 11101111 | 11101101 | 111101 | 0 | 1 | 110 | 10110011 | 1010010 | 1000001 |
Color Harmonies of #5DEFED
Complementary color
Monochromatic Colors of #5DEFED
Black with #5DEFED
Text Example
Text Example
White with #5DEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFED; }
p { color: rgb(93,239,237); }
H1.HeaderClassName
{
color: #5DEFED;
}
.AnyTagClassName
{
color: #5DEFED;
}
</style>
background-color css
<style>
a { background-color: #5DEFED; }
a { background-color: rgb(93,239,237); }
div.DivClassName
{
background-color: #5DEFED;
}
.BgClassName
{
background-color: #5DEFED;
}
</style>
border-color css
<style>
span { border-color: #5DEFED; }
span { border-color: rgb(93,239,237); }
td.TdClassName
{
border-color: #5DEFED;
}
.TagClassName
{
border-color: #5DEFED;
}
</style>