Shades of Turquoise Blue #5CECDD
Tints of Turquoise Blue #5CECDD
RGB
CMYK
RGB Variations
Color information
#5CECDD (or 0x5CECDD) is known color: Turquoise Blue. HEX triplet: 5C, EC and DD. RGB value is (92,236,221). Sum of RGB (Red+Green+Blue) = 92+236+221=549 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.76% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECDD is #A31322. Grayscale: #BFBFBF. Windows color (decimal): -10687267 or 14543964. OLE color: 14543964.
HSL color Cylindrical-coordinate representation of color #5CECDD: hue angle of 173.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CECDD is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 221 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.07 |
| HSL | 173.75º | 0.79% | 0.64% | - |
| HSV(B) | 173.75º | 0.61% | 0.93% | - |
| XYZ | 47.46 | 67.49 | 78.93 | - |
| YUV | 191.23 | 144.79 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 221 | 0.61 | 0 | 0.06 | 0.07 | 173.75 | 0.79 | 0.64 |
| Hex | 5C | EC | DD | 3D | 0 | 6 | 7 | AE | 4F | 40 |
| Octal | 134 | 354 | 335 | 75 | 0 | 6 | 7 | 256 | 117 | 100 |
| Binary | 1011100 | 11101100 | 11011101 | 111101 | 0 | 110 | 111 | 10101110 | 1001111 | 1000000 |
Color Harmonies of #5CECDD
Complementary color
Monochromatic Colors of #5CECDD
Black with #5CECDD
Text Example
Text Example
White with #5CECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECDD; }
p { color: rgb(92,236,221); }
H1.HeaderClassName
{
color: #5CECDD;
}
.AnyTagClassName
{
color: #5CECDD;
}
</style>
background-color css
<style>
a { background-color: #5CECDD; }
a { background-color: rgb(92,236,221); }
div.DivClassName
{
background-color: #5CECDD;
}
.BgClassName
{
background-color: #5CECDD;
}
</style>
border-color css
<style>
span { border-color: #5CECDD; }
span { border-color: rgb(92,236,221); }
td.TdClassName
{
border-color: #5CECDD;
}
.TagClassName
{
border-color: #5CECDD;
}
</style>