Shades of Turquoise Blue #5DEFDD
Tints of Turquoise Blue #5DEFDD
RGB
CMYK
RGB Variations
Color information
#5DEFDD (or 0x5DEFDD) is known color: Turquoise Blue. HEX triplet: 5D, EF and DD. RGB value is (93,239,221). Sum of RGB (Red+Green+Blue) = 93+239+221=553 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.82% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFDD is #A21022. Grayscale: #C1C1C1. Windows color (decimal): -10620963 or 14544733. OLE color: 14544733.
HSL color Cylindrical-coordinate representation of color #5DEFDD: hue angle of 172.6º 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 #5DEFDD is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 221 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.06 |
| HSL | 172.6º | 0.82% | 0.65% | - |
| HSV(B) | 172.6º | 0.61% | 0.94% | - |
| XYZ | 48.43 | 69.28 | 79.23 | - |
| YUV | 193.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 221 | 0.61 | 0 | 0.08 | 0.06 | 172.6 | 0.82 | 0.65 |
| Hex | 5D | EF | DD | 3D | 0 | 8 | 6 | AD | 52 | 41 |
| Octal | 135 | 357 | 335 | 75 | 0 | 10 | 6 | 255 | 122 | 101 |
| Binary | 1011101 | 11101111 | 11011101 | 111101 | 0 | 1000 | 110 | 10101101 | 1010010 | 1000001 |
Color Harmonies of #5DEFDD
Complementary color
Monochromatic Colors of #5DEFDD
Black with #5DEFDD
Text Example
Text Example
White with #5DEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFDD; }
p { color: rgb(93,239,221); }
H1.HeaderClassName
{
color: #5DEFDD;
}
.AnyTagClassName
{
color: #5DEFDD;
}
</style>
background-color css
<style>
a { background-color: #5DEFDD; }
a { background-color: rgb(93,239,221); }
div.DivClassName
{
background-color: #5DEFDD;
}
.BgClassName
{
background-color: #5DEFDD;
}
</style>
border-color css
<style>
span { border-color: #5DEFDD; }
span { border-color: rgb(93,239,221); }
td.TdClassName
{
border-color: #5DEFDD;
}
.TagClassName
{
border-color: #5DEFDD;
}
</style>