Shades of Turquoise Blue #7CDEDC
Tints of Turquoise Blue #7CDEDC
RGB
CMYK
RGB Variations
Color information
#7CDEDC (or 0x7CDEDC) is known color: Turquoise Blue. HEX triplet: 7C, DE and DC. RGB value is (124,222,220). Sum of RGB (Red+Green+Blue) = 124+222+220=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDEDC is #832123. Grayscale: #C0C0C0. Windows color (decimal): -8593700 or 14474876. OLE color: 14474876.
HSL color Cylindrical-coordinate representation of color #7CDEDC: hue angle of 178.78º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDEDC is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 222 | 220 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.13 |
| HSL | 178.78º | 0.6% | 0.68% | - |
| HSV(B) | 178.78º | 0.44% | 0.87% | - |
| XYZ | 47.35 | 61.69 | 77.12 | - |
| YUV | 192.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 220 | 0.44 | 0 | 0.01 | 0.13 | 178.78 | 0.6 | 0.68 |
| Hex | 7C | DE | DC | 2C | 0 | 1 | D | B3 | 3C | 44 |
| Octal | 174 | 336 | 334 | 54 | 0 | 1 | 15 | 263 | 74 | 104 |
| Binary | 1111100 | 11011110 | 11011100 | 101100 | 0 | 1 | 1101 | 10110011 | 111100 | 1000100 |
Color Harmonies of #7CDEDC
Complementary color
Monochromatic Colors of #7CDEDC
Black with #7CDEDC
Text Example
Text Example
White with #7CDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDEDC; }
p { color: rgb(124,222,220); }
H1.HeaderClassName
{
color: #7CDEDC;
}
.AnyTagClassName
{
color: #7CDEDC;
}
</style>
background-color css
<style>
a { background-color: #7CDEDC; }
a { background-color: rgb(124,222,220); }
div.DivClassName
{
background-color: #7CDEDC;
}
.BgClassName
{
background-color: #7CDEDC;
}
</style>
border-color css
<style>
span { border-color: #7CDEDC; }
span { border-color: rgb(124,222,220); }
td.TdClassName
{
border-color: #7CDEDC;
}
.TagClassName
{
border-color: #7CDEDC;
}
</style>