Shades of Turquoise Blue #7CDFDA
Tints of Turquoise Blue #7CDFDA
RGB
CMYK
RGB Variations
Color information
#7CDFDA (or 0x7CDFDA) is known color: Turquoise Blue. HEX triplet: 7C, DF and DA. RGB value is (124,223,218). Sum of RGB (Red+Green+Blue) = 124+223+218=565 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.95% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFDA is #832025. Grayscale: #C0C0C0. Windows color (decimal): -8593446 or 14344060. OLE color: 14344060.
HSL color Cylindrical-coordinate representation of color #7CDFDA: hue angle of 176.97º degrees, saturation: 0.61, 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 #7CDFDA is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 218 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.13 |
| HSL | 176.97º | 0.61% | 0.68% | - |
| HSV(B) | 176.97º | 0.44% | 0.87% | - |
| XYZ | 47.35 | 62.12 | 75.82 | - |
| YUV | 192.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 218 | 0.44 | 0 | 0.02 | 0.13 | 176.97 | 0.61 | 0.68 |
| Hex | 7C | DF | DA | 2C | 0 | 2 | D | B1 | 3D | 44 |
| Octal | 174 | 337 | 332 | 54 | 0 | 2 | 15 | 261 | 75 | 104 |
| Binary | 1111100 | 11011111 | 11011010 | 101100 | 0 | 10 | 1101 | 10110001 | 111101 | 1000100 |
Color Harmonies of #7CDFDA
Complementary color
Monochromatic Colors of #7CDFDA
Black with #7CDFDA
Text Example
Text Example
White with #7CDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDFDA; }
p { color: rgb(124,223,218); }
H1.HeaderClassName
{
color: #7CDFDA;
}
.AnyTagClassName
{
color: #7CDFDA;
}
</style>
background-color css
<style>
a { background-color: #7CDFDA; }
a { background-color: rgb(124,223,218); }
div.DivClassName
{
background-color: #7CDFDA;
}
.BgClassName
{
background-color: #7CDFDA;
}
</style>
border-color css
<style>
span { border-color: #7CDFDA; }
span { border-color: rgb(124,223,218); }
td.TdClassName
{
border-color: #7CDFDA;
}
.TagClassName
{
border-color: #7CDFDA;
}
</style>