Shades of Turquoise Blue #7EDFEC
Tints of Turquoise Blue #7EDFEC
RGB
CMYK
RGB Variations
Color information
#7EDFEC (or 0x7EDFEC) is known color: Turquoise Blue. HEX triplet: 7E, DF and EC. RGB value is (126,223,236). Sum of RGB (Red+Green+Blue) = 126+223+236=585 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.54% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDFEC is #812013. Grayscale: #C3C3C3. Windows color (decimal): -8462356 or 15523710. OLE color: 15523710.
HSL color Cylindrical-coordinate representation of color #7EDFEC: hue angle of 187.09º 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 #7EDFEC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 223 | 236 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.07 |
| HSL | 187.09º | 0.74% | 0.71% | - |
| HSV(B) | 187.09º | 0.47% | 0.93% | - |
| XYZ | 50.13 | 63.27 | 88.93 | - |
| YUV | 195.48 | 150.86 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 236 | 0.47 | 0.06 | 0 | 0.07 | 187.09 | 0.74 | 0.71 |
| Hex | 7E | DF | EC | 2F | 6 | 0 | 7 | BB | 4A | 47 |
| Octal | 176 | 337 | 354 | 57 | 6 | 0 | 7 | 273 | 112 | 107 |
| Binary | 1111110 | 11011111 | 11101100 | 101111 | 110 | 0 | 111 | 10111011 | 1001010 | 1000111 |
Color Harmonies of #7EDFEC
Complementary color
Monochromatic Colors of #7EDFEC
Black with #7EDFEC
Text Example
Text Example
White with #7EDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFEC; }
p { color: rgb(126,223,236); }
H1.HeaderClassName
{
color: #7EDFEC;
}
.AnyTagClassName
{
color: #7EDFEC;
}
</style>
background-color css
<style>
a { background-color: #7EDFEC; }
a { background-color: rgb(126,223,236); }
div.DivClassName
{
background-color: #7EDFEC;
}
.BgClassName
{
background-color: #7EDFEC;
}
</style>
border-color css
<style>
span { border-color: #7EDFEC; }
span { border-color: rgb(126,223,236); }
td.TdClassName
{
border-color: #7EDFEC;
}
.TagClassName
{
border-color: #7EDFEC;
}
</style>