Shades of Turquoise Blue #7EEBE6
Tints of Turquoise Blue #7EEBE6
RGB
CMYK
RGB Variations
Color information
#7EEBE6 (or 0x7EEBE6) is known color: Turquoise Blue. HEX triplet: 7E, EB and E6. RGB value is (126,235,230). Sum of RGB (Red+Green+Blue) = 126+235+230=591 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.32% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEBE6 is #811419. Grayscale: #C9C9C9. Windows color (decimal): -8459290 or 15133566. OLE color: 15133566.
HSL color Cylindrical-coordinate representation of color #7EEBE6: hue angle of 177.25º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEBE6 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 235 | 230 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.08 |
| HSL | 177.25º | 0.73% | 0.71% | - |
| HSV(B) | 177.25º | 0.46% | 0.92% | - |
| XYZ | 52.6 | 69.57 | 85.52 | - |
| YUV | 201.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 235 | 230 | 0.46 | 0 | 0.02 | 0.08 | 177.25 | 0.73 | 0.71 |
| Hex | 7E | EB | E6 | 2E | 0 | 2 | 8 | B1 | 49 | 47 |
| Octal | 176 | 353 | 346 | 56 | 0 | 2 | 10 | 261 | 111 | 107 |
| Binary | 1111110 | 11101011 | 11100110 | 101110 | 0 | 10 | 1000 | 10110001 | 1001001 | 1000111 |
Color Harmonies of #7EEBE6
Complementary color
Monochromatic Colors of #7EEBE6
Black with #7EEBE6
Text Example
Text Example
White with #7EEBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEBE6; }
p { color: rgb(126,235,230); }
H1.HeaderClassName
{
color: #7EEBE6;
}
.AnyTagClassName
{
color: #7EEBE6;
}
</style>
background-color css
<style>
a { background-color: #7EEBE6; }
a { background-color: rgb(126,235,230); }
div.DivClassName
{
background-color: #7EEBE6;
}
.BgClassName
{
background-color: #7EEBE6;
}
</style>
border-color css
<style>
span { border-color: #7EEBE6; }
span { border-color: rgb(126,235,230); }
td.TdClassName
{
border-color: #7EEBE6;
}
.TagClassName
{
border-color: #7EEBE6;
}
</style>