Shades of Turquoise Blue #7CDEDB
Tints of Turquoise Blue #7CDEDB
RGB
CMYK
RGB Variations
Color information
#7CDEDB (or 0x7CDEDB) is known color: Turquoise Blue. HEX triplet: 7C, DE and DB. RGB value is (124,222,219). Sum of RGB (Red+Green+Blue) = 124+222+219=565 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.95% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDEDB is #832124. Grayscale: #C0C0C0. Windows color (decimal): -8593701 or 14409340. OLE color: 14409340.
HSL color Cylindrical-coordinate representation of color #7CDEDB: hue angle of 178.16º 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 #7CDEDB is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 222 | 219 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.13 |
| HSL | 178.16º | 0.6% | 0.68% | - |
| HSV(B) | 178.16º | 0.44% | 0.87% | - |
| XYZ | 47.22 | 61.64 | 76.43 | - |
| YUV | 192.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 219 | 0.44 | 0 | 0.01 | 0.13 | 178.16 | 0.6 | 0.68 |
| Hex | 7C | DE | DB | 2C | 0 | 1 | D | B2 | 3C | 44 |
| Octal | 174 | 336 | 333 | 54 | 0 | 1 | 15 | 262 | 74 | 104 |
| Binary | 1111100 | 11011110 | 11011011 | 101100 | 0 | 1 | 1101 | 10110010 | 111100 | 1000100 |
Color Harmonies of #7CDEDB
Complementary color
Monochromatic Colors of #7CDEDB
Black with #7CDEDB
Text Example
Text Example
White with #7CDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDEDB; }
p { color: rgb(124,222,219); }
H1.HeaderClassName
{
color: #7CDEDB;
}
.AnyTagClassName
{
color: #7CDEDB;
}
</style>
background-color css
<style>
a { background-color: #7CDEDB; }
a { background-color: rgb(124,222,219); }
div.DivClassName
{
background-color: #7CDEDB;
}
.BgClassName
{
background-color: #7CDEDB;
}
</style>
border-color css
<style>
span { border-color: #7CDEDB; }
span { border-color: rgb(124,222,219); }
td.TdClassName
{
border-color: #7CDEDB;
}
.TagClassName
{
border-color: #7CDEDB;
}
</style>