Shades of Turquoise Blue #7EDEEC
Tints of Turquoise Blue #7EDEEC
RGB
CMYK
RGB Variations
Color information
#7EDEEC (or 0x7EDEEC) is known color: Turquoise Blue. HEX triplet: 7E, DE and EC. RGB value is (126,222,236). Sum of RGB (Red+Green+Blue) = 126+222+236=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EDEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDEEC is #812113. Grayscale: #C2C2C2. Windows color (decimal): -8462612 or 15523454. OLE color: 15523454.
HSL color Cylindrical-coordinate representation of color #7EDEEC: hue angle of 187.64º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EDEEC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 222 | 236 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.07 |
| HSL | 187.64º | 0.74% | 0.71% | - |
| HSV(B) | 187.64º | 0.47% | 0.93% | - |
| XYZ | 49.87 | 62.73 | 88.84 | - |
| YUV | 194.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 236 | 0.47 | 0.06 | 0 | 0.07 | 187.64 | 0.74 | 0.71 |
| Hex | 7E | DE | EC | 2F | 6 | 0 | 7 | BC | 4A | 47 |
| Octal | 176 | 336 | 354 | 57 | 6 | 0 | 7 | 274 | 112 | 107 |
| Binary | 1111110 | 11011110 | 11101100 | 101111 | 110 | 0 | 111 | 10111100 | 1001010 | 1000111 |
Color Harmonies of #7EDEEC
Complementary color
Monochromatic Colors of #7EDEEC
Black with #7EDEEC
Text Example
Text Example
White with #7EDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDEEC; }
p { color: rgb(126,222,236); }
H1.HeaderClassName
{
color: #7EDEEC;
}
.AnyTagClassName
{
color: #7EDEEC;
}
</style>
background-color css
<style>
a { background-color: #7EDEEC; }
a { background-color: rgb(126,222,236); }
div.DivClassName
{
background-color: #7EDEEC;
}
.BgClassName
{
background-color: #7EDEEC;
}
</style>
border-color css
<style>
span { border-color: #7EDEEC; }
span { border-color: rgb(126,222,236); }
td.TdClassName
{
border-color: #7EDEEC;
}
.TagClassName
{
border-color: #7EDEEC;
}
</style>