Shades of Turquoise Blue #5DEDDF
Tints of Turquoise Blue #5DEDDF
RGB
CMYK
RGB Variations
Color information
#5DEDDF (or 0x5DEDDF) is known color: Turquoise Blue. HEX triplet: 5D, ED and DF. RGB value is (93,237,223). Sum of RGB (Red+Green+Blue) = 93+237+223=553 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.82% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEDDF is #A21220. Grayscale: #C0C0C0. Windows color (decimal): -10621473 or 14675293. OLE color: 14675293.
HSL color Cylindrical-coordinate representation of color #5DEDDF: hue angle of 174.17º degrees, saturation: 0.8, 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 #5DEDDF is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 223 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.07 |
| HSL | 174.17º | 0.8% | 0.65% | - |
| HSV(B) | 174.17º | 0.61% | 0.93% | - |
| XYZ | 48.12 | 68.22 | 80.44 | - |
| YUV | 192.35 | 145.29 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 223 | 0.61 | 0 | 0.06 | 0.07 | 174.17 | 0.8 | 0.65 |
| Hex | 5D | ED | DF | 3D | 0 | 6 | 7 | AE | 50 | 41 |
| Octal | 135 | 355 | 337 | 75 | 0 | 6 | 7 | 256 | 120 | 101 |
| Binary | 1011101 | 11101101 | 11011111 | 111101 | 0 | 110 | 111 | 10101110 | 1010000 | 1000001 |
Color Harmonies of #5DEDDF
Complementary color
Monochromatic Colors of #5DEDDF
Black with #5DEDDF
Text Example
Text Example
White with #5DEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEDDF; }
p { color: rgb(93,237,223); }
H1.HeaderClassName
{
color: #5DEDDF;
}
.AnyTagClassName
{
color: #5DEDDF;
}
</style>
background-color css
<style>
a { background-color: #5DEDDF; }
a { background-color: rgb(93,237,223); }
div.DivClassName
{
background-color: #5DEDDF;
}
.BgClassName
{
background-color: #5DEDDF;
}
</style>
border-color css
<style>
span { border-color: #5DEDDF; }
span { border-color: rgb(93,237,223); }
td.TdClassName
{
border-color: #5DEDDF;
}
.TagClassName
{
border-color: #5DEDDF;
}
</style>