Shades of Turquoise Blue #5CE2DF
Tints of Turquoise Blue #5CE2DF
RGB
CMYK
RGB Variations
Color information
#5CE2DF (or 0x5CE2DF) is known color: Turquoise Blue. HEX triplet: 5C, E2 and DF. RGB value is (92,226,223). Sum of RGB (Red+Green+Blue) = 92+226+223=541 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.01% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #5CE2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE2DF is #A31D20. Grayscale: #B9B9B9. Windows color (decimal): -10689825 or 14672476. OLE color: 14672476.
HSL color Cylindrical-coordinate representation of color #5CE2DF: hue angle of 178.66º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE2DF is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 226 | 223 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.11 |
| HSL | 178.66º | 0.7% | 0.62% | - |
| HSV(B) | 178.66º | 0.59% | 0.89% | - |
| XYZ | 44.93 | 62 | 79.41 | - |
| YUV | 185.59 | 149.11 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 226 | 223 | 0.59 | 0 | 0.01 | 0.11 | 178.66 | 0.7 | 0.62 |
| Hex | 5C | E2 | DF | 3B | 0 | 1 | B | B3 | 46 | 3E |
| Octal | 134 | 342 | 337 | 73 | 0 | 1 | 13 | 263 | 106 | 76 |
| Binary | 1011100 | 11100010 | 11011111 | 111011 | 0 | 1 | 1011 | 10110011 | 1000110 | 111110 |
Color Harmonies of #5CE2DF
Complementary color
Monochromatic Colors of #5CE2DF
Black with #5CE2DF
Text Example
Text Example
White with #5CE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE2DF; }
p { color: rgb(92,226,223); }
H1.HeaderClassName
{
color: #5CE2DF;
}
.AnyTagClassName
{
color: #5CE2DF;
}
</style>
background-color css
<style>
a { background-color: #5CE2DF; }
a { background-color: rgb(92,226,223); }
div.DivClassName
{
background-color: #5CE2DF;
}
.BgClassName
{
background-color: #5CE2DF;
}
</style>
border-color css
<style>
span { border-color: #5CE2DF; }
span { border-color: rgb(92,226,223); }
td.TdClassName
{
border-color: #5CE2DF;
}
.TagClassName
{
border-color: #5CE2DF;
}
</style>