Shades of Turquoise Blue #7CDDDC
Tints of Turquoise Blue #7CDDDC
RGB
CMYK
RGB Variations
Color information
#7CDDDC (or 0x7CDDDC) is known color: Turquoise Blue. HEX triplet: 7C, DD and DC. RGB value is (124,221,220). Sum of RGB (Red+Green+Blue) = 124+221+220=565 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.95% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDDC is #832223. Grayscale: #BFBFBF. Windows color (decimal): -8593956 or 14474620. OLE color: 14474620.
HSL color Cylindrical-coordinate representation of color #7CDDDC: hue angle of 179.38º degrees, saturation: 0.59, 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 #7CDDDC is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 220 | - |
| CMYK | 0.44 | 0 | 0.00 | 0.13 |
| HSL | 179.38º | 0.59% | 0.68% | - |
| HSV(B) | 179.38º | 0.44% | 0.87% | - |
| XYZ | 47.09 | 61.17 | 77.03 | - |
| YUV | 191.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 220 | 0.44 | 0 | 0.00 | 0.13 | 179.38 | 0.59 | 0.68 |
| Hex | 7C | DD | DC | 2C | 0 | 0 | D | B3 | 3B | 44 |
| Octal | 174 | 335 | 334 | 54 | 0 | 0 | 15 | 263 | 73 | 104 |
| Binary | 1111100 | 11011101 | 11011100 | 101100 | 0 | 0 | 1101 | 10110011 | 111011 | 1000100 |
Color Harmonies of #7CDDDC
Complementary color
Monochromatic Colors of #7CDDDC
Black with #7CDDDC
Text Example
Text Example
White with #7CDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDDC; }
p { color: rgb(124,221,220); }
H1.HeaderClassName
{
color: #7CDDDC;
}
.AnyTagClassName
{
color: #7CDDDC;
}
</style>
background-color css
<style>
a { background-color: #7CDDDC; }
a { background-color: rgb(124,221,220); }
div.DivClassName
{
background-color: #7CDDDC;
}
.BgClassName
{
background-color: #7CDDDC;
}
</style>
border-color css
<style>
span { border-color: #7CDDDC; }
span { border-color: rgb(124,221,220); }
td.TdClassName
{
border-color: #7CDDDC;
}
.TagClassName
{
border-color: #7CDDDC;
}
</style>