Shades of Turquoise Blue #7CDFDF
Tints of Turquoise Blue #7CDFDF
RGB
CMYK
RGB Variations
Color information
#7CDFDF (or 0x7CDFDF) is known color: Turquoise Blue. HEX triplet: 7C, DF and DF. RGB value is (124,223,223). Sum of RGB (Red+Green+Blue) = 124+223+223=570 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.75% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #7CDFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFDF is #832020. Grayscale: #C1C1C1. Windows color (decimal): -8593441 or 14671740. OLE color: 14671740.
HSL color Cylindrical-coordinate representation of color #7CDFDF: hue angle of 180º 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 #7CDFDF is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 223 | - |
| CMYK | 0.44 | 0 | 0 | 0.13 |
| HSL | 180º | 0.61% | 0.68% | - |
| HSV(B) | 180º | 0.44% | 0.87% | - |
| XYZ | 48.02 | 62.39 | 79.32 | - |
| YUV | 193.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 223 | 0.44 | 0 | 0 | 0.13 | 180 | 0.61 | 0.68 |
| Hex | 7C | DF | DF | 2C | 0 | 0 | D | B4 | 3D | 44 |
| Octal | 174 | 337 | 337 | 54 | 0 | 0 | 15 | 264 | 75 | 104 |
| Binary | 1111100 | 11011111 | 11011111 | 101100 | 0 | 0 | 1101 | 10110100 | 111101 | 1000100 |
Color Harmonies of #7CDFDF
Complementary color
Monochromatic Colors of #7CDFDF
Black with #7CDFDF
Text Example
Text Example
White with #7CDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDFDF; }
p { color: rgb(124,223,223); }
H1.HeaderClassName
{
color: #7CDFDF;
}
.AnyTagClassName
{
color: #7CDFDF;
}
</style>
background-color css
<style>
a { background-color: #7CDFDF; }
a { background-color: rgb(124,223,223); }
div.DivClassName
{
background-color: #7CDFDF;
}
.BgClassName
{
background-color: #7CDFDF;
}
</style>
border-color css
<style>
span { border-color: #7CDFDF; }
span { border-color: rgb(124,223,223); }
td.TdClassName
{
border-color: #7CDFDF;
}
.TagClassName
{
border-color: #7CDFDF;
}
</style>