Shades of Turquoise Blue #5DECEB
Tints of Turquoise Blue #5DECEB
RGB
CMYK
RGB Variations
Color information
#5DECEB (or 0x5DECEB) is known color: Turquoise Blue. HEX triplet: 5D, EC and EB. RGB value is (93,236,235). Sum of RGB (Red+Green+Blue) = 93+236+235=564 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.49% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DECEB is #A21314. Grayscale: #C0C0C0. Windows color (decimal): -10621717 or 15461469. OLE color: 15461469.
HSL color Cylindrical-coordinate representation of color #5DECEB: hue angle of 179.58º 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 #5DECEB is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 235 | - |
| CMYK | 0.61 | 0 | 0.00 | 0.07 |
| HSL | 179.58º | 0.79% | 0.65% | - |
| HSV(B) | 179.58º | 0.61% | 0.93% | - |
| XYZ | 49.51 | 68.32 | 89.17 | - |
| YUV | 193.13 | 151.62 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 235 | 0.61 | 0 | 0.00 | 0.07 | 179.58 | 0.79 | 0.65 |
| Hex | 5D | EC | EB | 3D | 0 | 0 | 7 | B4 | 4F | 41 |
| Octal | 135 | 354 | 353 | 75 | 0 | 0 | 7 | 264 | 117 | 101 |
| Binary | 1011101 | 11101100 | 11101011 | 111101 | 0 | 0 | 111 | 10110100 | 1001111 | 1000001 |
Color Harmonies of #5DECEB
Complementary color
Monochromatic Colors of #5DECEB
Black with #5DECEB
Text Example
Text Example
White with #5DECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECEB; }
p { color: rgb(93,236,235); }
H1.HeaderClassName
{
color: #5DECEB;
}
.AnyTagClassName
{
color: #5DECEB;
}
</style>
background-color css
<style>
a { background-color: #5DECEB; }
a { background-color: rgb(93,236,235); }
div.DivClassName
{
background-color: #5DECEB;
}
.BgClassName
{
background-color: #5DECEB;
}
</style>
border-color css
<style>
span { border-color: #5DECEB; }
span { border-color: rgb(93,236,235); }
td.TdClassName
{
border-color: #5DECEB;
}
.TagClassName
{
border-color: #5DECEB;
}
</style>