Shades of Turquoise Blue #7CDDDF
Tints of Turquoise Blue #7CDDDF
RGB
CMYK
RGB Variations
Color information
#7CDDDF (or 0x7CDDDF) is known color: Turquoise Blue. HEX triplet: 7C, DD and DF. RGB value is (124,221,223). Sum of RGB (Red+Green+Blue) = 124+221+223=568 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.83% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CDDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDDF is #832220. Grayscale: #C0C0C0. Windows color (decimal): -8593953 or 14671228. OLE color: 14671228.
HSL color Cylindrical-coordinate representation of color #7CDDDF: hue angle of 181.21º 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 #7CDDDF is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 223 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.13 |
| HSL | 181.21º | 0.61% | 0.68% | - |
| HSV(B) | 181.21º | 0.44% | 0.87% | - |
| XYZ | 47.49 | 61.33 | 79.15 | - |
| YUV | 192.23 | 145.36 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 223 | 0.44 | 0.01 | 0 | 0.13 | 181.21 | 0.61 | 0.68 |
| Hex | 7C | DD | DF | 2C | 1 | 0 | D | B5 | 3D | 44 |
| Octal | 174 | 335 | 337 | 54 | 1 | 0 | 15 | 265 | 75 | 104 |
| Binary | 1111100 | 11011101 | 11011111 | 101100 | 1 | 0 | 1101 | 10110101 | 111101 | 1000100 |
Color Harmonies of #7CDDDF
Complementary color
Monochromatic Colors of #7CDDDF
Black with #7CDDDF
Text Example
Text Example
White with #7CDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDDF; }
p { color: rgb(124,221,223); }
H1.HeaderClassName
{
color: #7CDDDF;
}
.AnyTagClassName
{
color: #7CDDDF;
}
</style>
background-color css
<style>
a { background-color: #7CDDDF; }
a { background-color: rgb(124,221,223); }
div.DivClassName
{
background-color: #7CDDDF;
}
.BgClassName
{
background-color: #7CDDDF;
}
</style>
border-color css
<style>
span { border-color: #7CDDDF; }
span { border-color: rgb(124,221,223); }
td.TdClassName
{
border-color: #7CDDDF;
}
.TagClassName
{
border-color: #7CDDDF;
}
</style>