Shades of Turquoise Blue #7CDFDE
Tints of Turquoise Blue #7CDFDE
RGB
CMYK
RGB Variations
Color information
#7CDFDE (or 0x7CDFDE) is known color: Turquoise Blue. HEX triplet: 7C, DF and DE. RGB value is (124,223,222). Sum of RGB (Red+Green+Blue) = 124+223+222=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFDE is #832021. Grayscale: #C1C1C1. Windows color (decimal): -8593442 or 14606204. OLE color: 14606204.
HSL color Cylindrical-coordinate representation of color #7CDFDE: hue angle of 179.39º 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 #7CDFDE is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 222 | - |
| CMYK | 0.44 | 0 | 0.00 | 0.13 |
| HSL | 179.39º | 0.61% | 0.68% | - |
| HSV(B) | 179.39º | 0.44% | 0.87% | - |
| XYZ | 47.88 | 62.33 | 78.62 | - |
| YUV | 193.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 222 | 0.44 | 0 | 0.00 | 0.13 | 179.39 | 0.61 | 0.68 |
| Hex | 7C | DF | DE | 2C | 0 | 0 | D | B3 | 3D | 44 |
| Octal | 174 | 337 | 336 | 54 | 0 | 0 | 15 | 263 | 75 | 104 |
| Binary | 1111100 | 11011111 | 11011110 | 101100 | 0 | 0 | 1101 | 10110011 | 111101 | 1000100 |
Color Harmonies of #7CDFDE
Complementary color
Monochromatic Colors of #7CDFDE
Black with #7CDFDE
Text Example
Text Example
White with #7CDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDFDE; }
p { color: rgb(124,223,222); }
H1.HeaderClassName
{
color: #7CDFDE;
}
.AnyTagClassName
{
color: #7CDFDE;
}
</style>
background-color css
<style>
a { background-color: #7CDFDE; }
a { background-color: rgb(124,223,222); }
div.DivClassName
{
background-color: #7CDFDE;
}
.BgClassName
{
background-color: #7CDFDE;
}
</style>
border-color css
<style>
span { border-color: #7CDFDE; }
span { border-color: rgb(124,223,222); }
td.TdClassName
{
border-color: #7CDFDE;
}
.TagClassName
{
border-color: #7CDFDE;
}
</style>