Shades of Turquoise Blue #7CDDDD
Tints of Turquoise Blue #7CDDDD
RGB
CMYK
RGB Variations
Color information
#7CDDDD (or 0x7CDDDD) is known color: Turquoise Blue. HEX triplet: 7C, DD and DD. RGB value is (124,221,221). Sum of RGB (Red+Green+Blue) = 124+221+221=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #7CDDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDDD is #832222. Grayscale: #BFBFBF. Windows color (decimal): -8593955 or 14540156. OLE color: 14540156.
HSL color Cylindrical-coordinate representation of color #7CDDDD: hue angle of 180º 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 #7CDDDD is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 221 | - |
| CMYK | 0.44 | 0 | 0 | 0.13 |
| HSL | 180º | 0.59% | 0.68% | - |
| HSV(B) | 180º | 0.44% | 0.87% | - |
| XYZ | 47.22 | 61.22 | 77.73 | - |
| YUV | 192 | 144.36 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 221 | 0.44 | 0 | 0 | 0.13 | 180 | 0.59 | 0.68 |
| Hex | 7C | DD | DD | 2C | 0 | 0 | D | B4 | 3B | 44 |
| Octal | 174 | 335 | 335 | 54 | 0 | 0 | 15 | 264 | 73 | 104 |
| Binary | 1111100 | 11011101 | 11011101 | 101100 | 0 | 0 | 1101 | 10110100 | 111011 | 1000100 |
Color Harmonies of #7CDDDD
Complementary color
Monochromatic Colors of #7CDDDD
Black with #7CDDDD
Text Example
Text Example
White with #7CDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDDD; }
p { color: rgb(124,221,221); }
H1.HeaderClassName
{
color: #7CDDDD;
}
.AnyTagClassName
{
color: #7CDDDD;
}
</style>
background-color css
<style>
a { background-color: #7CDDDD; }
a { background-color: rgb(124,221,221); }
div.DivClassName
{
background-color: #7CDDDD;
}
.BgClassName
{
background-color: #7CDDDD;
}
</style>
border-color css
<style>
span { border-color: #7CDDDD; }
span { border-color: rgb(124,221,221); }
td.TdClassName
{
border-color: #7CDDDD;
}
.TagClassName
{
border-color: #7CDDDD;
}
</style>