Shades of Turquoise Blue #5DECE6
Tints of Turquoise Blue #5DECE6
RGB
CMYK
RGB Variations
Color information
#5DECE6 (or 0x5DECE6) is known color: Turquoise Blue. HEX triplet: 5D, EC and E6. RGB value is (93,236,230). Sum of RGB (Red+Green+Blue) = 93+236+230=559 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.64% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DECE6 is #A21319. Grayscale: #C0C0C0. Windows color (decimal): -10621722 or 15133789. OLE color: 15133789.
HSL color Cylindrical-coordinate representation of color #5DECE6: hue angle of 177.48º degrees, saturation: 0.79, 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 #5DECE6 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 230 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.07 |
| HSL | 177.48º | 0.79% | 0.65% | - |
| HSV(B) | 177.48º | 0.61% | 0.93% | - |
| XYZ | 48.79 | 68.03 | 85.42 | - |
| YUV | 192.56 | 149.12 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 230 | 0.61 | 0 | 0.03 | 0.07 | 177.48 | 0.79 | 0.65 |
| Hex | 5D | EC | E6 | 3D | 0 | 3 | 7 | B1 | 4F | 41 |
| Octal | 135 | 354 | 346 | 75 | 0 | 3 | 7 | 261 | 117 | 101 |
| Binary | 1011101 | 11101100 | 11100110 | 111101 | 0 | 11 | 111 | 10110001 | 1001111 | 1000001 |
Color Harmonies of #5DECE6
Complementary color
Monochromatic Colors of #5DECE6
Black with #5DECE6
Text Example
Text Example
White with #5DECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECE6; }
p { color: rgb(93,236,230); }
H1.HeaderClassName
{
color: #5DECE6;
}
.AnyTagClassName
{
color: #5DECE6;
}
</style>
background-color css
<style>
a { background-color: #5DECE6; }
a { background-color: rgb(93,236,230); }
div.DivClassName
{
background-color: #5DECE6;
}
.BgClassName
{
background-color: #5DECE6;
}
</style>
border-color css
<style>
span { border-color: #5DECE6; }
span { border-color: rgb(93,236,230); }
td.TdClassName
{
border-color: #5DECE6;
}
.TagClassName
{
border-color: #5DECE6;
}
</style>