Shades of Turquoise Blue #5DEFDF
Tints of Turquoise Blue #5DEFDF
RGB
CMYK
RGB Variations
Color information
#5DEFDF (or 0x5DEFDF) is known color: Turquoise Blue. HEX triplet: 5D, EF and DF. RGB value is (93,239,223). Sum of RGB (Red+Green+Blue) = 93+239+223=555 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.76% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFDF is #A21020. Grayscale: #C1C1C1. Windows color (decimal): -10620961 or 14675805. OLE color: 14675805.
HSL color Cylindrical-coordinate representation of color #5DEFDF: hue angle of 173.42º 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 #5DEFDF is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 223 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.06 |
| HSL | 173.42º | 0.82% | 0.65% | - |
| HSV(B) | 173.42º | 0.61% | 0.94% | - |
| XYZ | 48.7 | 69.39 | 80.64 | - |
| YUV | 193.52 | 144.63 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 223 | 0.61 | 0 | 0.07 | 0.06 | 173.42 | 0.82 | 0.65 |
| Hex | 5D | EF | DF | 3D | 0 | 7 | 6 | AD | 52 | 41 |
| Octal | 135 | 357 | 337 | 75 | 0 | 7 | 6 | 255 | 122 | 101 |
| Binary | 1011101 | 11101111 | 11011111 | 111101 | 0 | 111 | 110 | 10101101 | 1010010 | 1000001 |
Color Harmonies of #5DEFDF
Complementary color
Monochromatic Colors of #5DEFDF
Black with #5DEFDF
Text Example
Text Example
White with #5DEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFDF; }
p { color: rgb(93,239,223); }
H1.HeaderClassName
{
color: #5DEFDF;
}
.AnyTagClassName
{
color: #5DEFDF;
}
</style>
background-color css
<style>
a { background-color: #5DEFDF; }
a { background-color: rgb(93,239,223); }
div.DivClassName
{
background-color: #5DEFDF;
}
.BgClassName
{
background-color: #5DEFDF;
}
</style>
border-color css
<style>
span { border-color: #5DEFDF; }
span { border-color: rgb(93,239,223); }
td.TdClassName
{
border-color: #5DEFDF;
}
.TagClassName
{
border-color: #5DEFDF;
}
</style>