Shades of Turquoise Blue #7CE5DC
Tints of Turquoise Blue #7CE5DC
RGB
CMYK
RGB Variations
Color information
#7CE5DC (or 0x7CE5DC) is known color: Turquoise Blue. HEX triplet: 7C, E5 and DC. RGB value is (124,229,220). Sum of RGB (Red+Green+Blue) = 124+229+220=573 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.64% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #7CE5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE5DC is #831A23. Grayscale: #C4C4C4. Windows color (decimal): -8591908 or 14476668. OLE color: 14476668.
HSL color Cylindrical-coordinate representation of color #7CE5DC: hue angle of 174.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE5DC is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 229 | 220 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.10 |
| HSL | 174.86º | 0.67% | 0.69% | - |
| HSV(B) | 174.86º | 0.46% | 0.9% | - |
| XYZ | 49.25 | 65.49 | 77.76 | - |
| YUV | 196.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 220 | 0.46 | 0 | 0.04 | 0.10 | 174.86 | 0.67 | 0.69 |
| Hex | 7C | E5 | DC | 2E | 0 | 4 | A | AF | 43 | 45 |
| Octal | 174 | 345 | 334 | 56 | 0 | 4 | 12 | 257 | 103 | 105 |
| Binary | 1111100 | 11100101 | 11011100 | 101110 | 0 | 100 | 1010 | 10101111 | 1000011 | 1000101 |
Color Harmonies of #7CE5DC
Complementary color
Monochromatic Colors of #7CE5DC
Black with #7CE5DC
Text Example
Text Example
White with #7CE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE5DC; }
p { color: rgb(124,229,220); }
H1.HeaderClassName
{
color: #7CE5DC;
}
.AnyTagClassName
{
color: #7CE5DC;
}
</style>
background-color css
<style>
a { background-color: #7CE5DC; }
a { background-color: rgb(124,229,220); }
div.DivClassName
{
background-color: #7CE5DC;
}
.BgClassName
{
background-color: #7CE5DC;
}
</style>
border-color css
<style>
span { border-color: #7CE5DC; }
span { border-color: rgb(124,229,220); }
td.TdClassName
{
border-color: #7CE5DC;
}
.TagClassName
{
border-color: #7CE5DC;
}
</style>