Shades of Turquoise Blue #5CDEE0
Tints of Turquoise Blue #5CDEE0
RGB
CMYK
RGB Variations
Color information
#5CDEE0 (or 0x5CDEE0) is known color: Turquoise Blue. HEX triplet: 5C, DE and E0. RGB value is (92,222,224). Sum of RGB (Red+Green+Blue) = 92+222+224=538 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.10% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #5CDEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDEE0 is #A3211F. Grayscale: #B7B7B7. Windows color (decimal): -10690848 or 14736988. OLE color: 14736988.
HSL color Cylindrical-coordinate representation of color #5CDEE0: hue angle of 180.91º degrees, saturation: 0.68, 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 #5CDEE0 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 222 | 224 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.12 |
| HSL | 180.91º | 0.68% | 0.62% | - |
| HSV(B) | 180.91º | 0.59% | 0.88% | - |
| XYZ | 43.99 | 59.9 | 79.76 | - |
| YUV | 183.36 | 150.93 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 224 | 0.59 | 0.01 | 0 | 0.12 | 180.91 | 0.68 | 0.62 |
| Hex | 5C | DE | E0 | 3B | 1 | 0 | C | B5 | 44 | 3E |
| Octal | 134 | 336 | 340 | 73 | 1 | 0 | 14 | 265 | 104 | 76 |
| Binary | 1011100 | 11011110 | 11100000 | 111011 | 1 | 0 | 1100 | 10110101 | 1000100 | 111110 |
Color Harmonies of #5CDEE0
Complementary color
Monochromatic Colors of #5CDEE0
Black with #5CDEE0
Text Example
Text Example
White with #5CDEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDEE0; }
p { color: rgb(92,222,224); }
H1.HeaderClassName
{
color: #5CDEE0;
}
.AnyTagClassName
{
color: #5CDEE0;
}
</style>
background-color css
<style>
a { background-color: #5CDEE0; }
a { background-color: rgb(92,222,224); }
div.DivClassName
{
background-color: #5CDEE0;
}
.BgClassName
{
background-color: #5CDEE0;
}
</style>
border-color css
<style>
span { border-color: #5CDEE0; }
span { border-color: rgb(92,222,224); }
td.TdClassName
{
border-color: #5CDEE0;
}
.TagClassName
{
border-color: #5CDEE0;
}
</style>