Shades of Turquoise Blue #5CDCE1
Tints of Turquoise Blue #5CDCE1
RGB
CMYK
RGB Variations
Color information
#5CDCE1 (or 0x5CDCE1) is known color: Turquoise Blue. HEX triplet: 5C, DC and E1. RGB value is (92,220,225). Sum of RGB (Red+Green+Blue) = 92+220+225=537 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.13% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #5CDCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCE1 is #A3231E. Grayscale: #B6B6B6. Windows color (decimal): -10691359 or 14802012. OLE color: 14802012.
HSL color Cylindrical-coordinate representation of color #5CDCE1: hue angle of 182.26º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDCE1 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 220 | 225 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.12 |
| HSL | 182.26º | 0.69% | 0.62% | - |
| HSV(B) | 182.26º | 0.59% | 0.88% | - |
| XYZ | 43.6 | 58.9 | 80.3 | - |
| YUV | 182.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 225 | 0.59 | 0.02 | 0 | 0.12 | 182.26 | 0.69 | 0.62 |
| Hex | 5C | DC | E1 | 3B | 2 | 0 | C | B6 | 45 | 3E |
| Octal | 134 | 334 | 341 | 73 | 2 | 0 | 14 | 266 | 105 | 76 |
| Binary | 1011100 | 11011100 | 11100001 | 111011 | 10 | 0 | 1100 | 10110110 | 1000101 | 111110 |
Color Harmonies of #5CDCE1
Complementary color
Monochromatic Colors of #5CDCE1
Black with #5CDCE1
Text Example
Text Example
White with #5CDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCE1; }
p { color: rgb(92,220,225); }
H1.HeaderClassName
{
color: #5CDCE1;
}
.AnyTagClassName
{
color: #5CDCE1;
}
</style>
background-color css
<style>
a { background-color: #5CDCE1; }
a { background-color: rgb(92,220,225); }
div.DivClassName
{
background-color: #5CDCE1;
}
.BgClassName
{
background-color: #5CDCE1;
}
</style>
border-color css
<style>
span { border-color: #5CDCE1; }
span { border-color: rgb(92,220,225); }
td.TdClassName
{
border-color: #5CDCE1;
}
.TagClassName
{
border-color: #5CDCE1;
}
</style>