Shades of Turquoise Blue #7CE7DD
Tints of Turquoise Blue #7CE7DD
RGB
CMYK
RGB Variations
Color information
#7CE7DD (or 0x7CE7DD) is known color: Turquoise Blue. HEX triplet: 7C, E7 and DD. RGB value is (124,231,221). Sum of RGB (Red+Green+Blue) = 124+231+221=576 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.53% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE7DD is #831822. Grayscale: #C5C5C5. Windows color (decimal): -8591395 or 14542716. OLE color: 14542716.
HSL color Cylindrical-coordinate representation of color #7CE7DD: hue angle of 174.39º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE7DD is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 221 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.09 |
| HSL | 174.39º | 0.69% | 0.7% | - |
| HSV(B) | 174.39º | 0.46% | 0.91% | - |
| XYZ | 49.94 | 66.66 | 78.64 | - |
| YUV | 197.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 221 | 0.46 | 0 | 0.04 | 0.09 | 174.39 | 0.69 | 0.7 |
| Hex | 7C | E7 | DD | 2E | 0 | 4 | 9 | AE | 45 | 46 |
| Octal | 174 | 347 | 335 | 56 | 0 | 4 | 11 | 256 | 105 | 106 |
| Binary | 1111100 | 11100111 | 11011101 | 101110 | 0 | 100 | 1001 | 10101110 | 1000101 | 1000110 |
Color Harmonies of #7CE7DD
Complementary color
Monochromatic Colors of #7CE7DD
Black with #7CE7DD
Text Example
Text Example
White with #7CE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE7DD; }
p { color: rgb(124,231,221); }
H1.HeaderClassName
{
color: #7CE7DD;
}
.AnyTagClassName
{
color: #7CE7DD;
}
</style>
background-color css
<style>
a { background-color: #7CE7DD; }
a { background-color: rgb(124,231,221); }
div.DivClassName
{
background-color: #7CE7DD;
}
.BgClassName
{
background-color: #7CE7DD;
}
</style>
border-color css
<style>
span { border-color: #7CE7DD; }
span { border-color: rgb(124,231,221); }
td.TdClassName
{
border-color: #7CE7DD;
}
.TagClassName
{
border-color: #7CE7DD;
}
</style>