Shades of Turquoise Blue #5CCEDB
Tints of Turquoise Blue #5CCEDB
RGB
CMYK
RGB Variations
Color information
#5CCEDB (or 0x5CCEDB) is known color: Turquoise Blue. HEX triplet: 5C, CE and DB. RGB value is (92,206,219). Sum of RGB (Red+Green+Blue) = 92+206+219=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CCEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCEDB is #A33124. Grayscale: #ADADAD. Windows color (decimal): -10694949 or 14405212. OLE color: 14405212.
HSL color Cylindrical-coordinate representation of color #5CCEDB: hue angle of 186.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CCEDB is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 206 | 219 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.14 |
| HSL | 186.14º | 0.64% | 0.61% | - |
| HSV(B) | 186.14º | 0.58% | 0.86% | - |
| XYZ | 39.27 | 51.53 | 74.89 | - |
| YUV | 173.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 219 | 0.58 | 0.06 | 0 | 0.14 | 186.14 | 0.64 | 0.61 |
| Hex | 5C | CE | DB | 3A | 6 | 0 | E | BA | 40 | 3D |
| Octal | 134 | 316 | 333 | 72 | 6 | 0 | 16 | 272 | 100 | 75 |
| Binary | 1011100 | 11001110 | 11011011 | 111010 | 110 | 0 | 1110 | 10111010 | 1000000 | 111101 |
Color Harmonies of #5CCEDB
Complementary color
Monochromatic Colors of #5CCEDB
Black with #5CCEDB
Text Example
Text Example
White with #5CCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEDB; }
p { color: rgb(92,206,219); }
H1.HeaderClassName
{
color: #5CCEDB;
}
.AnyTagClassName
{
color: #5CCEDB;
}
</style>
background-color css
<style>
a { background-color: #5CCEDB; }
a { background-color: rgb(92,206,219); }
div.DivClassName
{
background-color: #5CCEDB;
}
.BgClassName
{
background-color: #5CCEDB;
}
</style>
border-color css
<style>
span { border-color: #5CCEDB; }
span { border-color: rgb(92,206,219); }
td.TdClassName
{
border-color: #5CCEDB;
}
.TagClassName
{
border-color: #5CCEDB;
}
</style>