Shades of Turquoise #5DEFDA
Tints of Turquoise #5DEFDA
RGB
CMYK
RGB Variations
Color information
#5DEFDA (or 0x5DEFDA) is known color: Turquoise. HEX triplet: 5D, EF and DA. RGB value is (93,239,218). Sum of RGB (Red+Green+Blue) = 93+239+218=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFDA is #A21025. Grayscale: #C0C0C0. Windows color (decimal): -10620966 or 14348125. OLE color: 14348125.
HSL color Cylindrical-coordinate representation of color #5DEFDA: hue angle of 171.37º 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 #5DEFDA is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 218 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.06 |
| HSL | 171.37º | 0.82% | 0.65% | - |
| HSV(B) | 171.37º | 0.61% | 0.94% | - |
| XYZ | 48.04 | 69.12 | 77.14 | - |
| YUV | 192.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 218 | 0.61 | 0 | 0.09 | 0.06 | 171.37 | 0.82 | 0.65 |
| Hex | 5D | EF | DA | 3D | 0 | 9 | 6 | AB | 52 | 41 |
| Octal | 135 | 357 | 332 | 75 | 0 | 11 | 6 | 253 | 122 | 101 |
| Binary | 1011101 | 11101111 | 11011010 | 111101 | 0 | 1001 | 110 | 10101011 | 1010010 | 1000001 |
Color Harmonies of #5DEFDA
Complementary color
Monochromatic Colors of #5DEFDA
Black with #5DEFDA
Text Example
Text Example
White with #5DEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFDA; }
p { color: rgb(93,239,218); }
H1.HeaderClassName
{
color: #5DEFDA;
}
.AnyTagClassName
{
color: #5DEFDA;
}
</style>
background-color css
<style>
a { background-color: #5DEFDA; }
a { background-color: rgb(93,239,218); }
div.DivClassName
{
background-color: #5DEFDA;
}
.BgClassName
{
background-color: #5DEFDA;
}
</style>
border-color css
<style>
span { border-color: #5DEFDA; }
span { border-color: rgb(93,239,218); }
td.TdClassName
{
border-color: #5DEFDA;
}
.TagClassName
{
border-color: #5DEFDA;
}
</style>