Shades of Turquoise Blue #7BE6EC
Tints of Turquoise Blue #7BE6EC
RGB
CMYK
RGB Variations
Color information
#7BE6EC (or 0x7BE6EC) is known color: Turquoise Blue. HEX triplet: 7B, E6 and EC. RGB value is (123,230,236). Sum of RGB (Red+Green+Blue) = 123+230+236=589 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.88% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BE6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BE6EC is #841913. Grayscale: #C6C6C6. Windows color (decimal): -8657172 or 15525499. OLE color: 15525499.
HSL color Cylindrical-coordinate representation of color #7BE6EC: hue angle of 183.19º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BE6EC is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 230 | 236 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.07 |
| HSL | 183.19º | 0.75% | 0.7% | - |
| HSV(B) | 183.19º | 0.48% | 0.93% | - |
| XYZ | 51.61 | 66.86 | 89.54 | - |
| YUV | 198.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 230 | 236 | 0.48 | 0.03 | 0 | 0.07 | 183.19 | 0.75 | 0.7 |
| Hex | 7B | E6 | EC | 30 | 3 | 0 | 7 | B7 | 4B | 46 |
| Octal | 173 | 346 | 354 | 60 | 3 | 0 | 7 | 267 | 113 | 106 |
| Binary | 1111011 | 11100110 | 11101100 | 110000 | 11 | 0 | 111 | 10110111 | 1001011 | 1000110 |
Color Harmonies of #7BE6EC
Complementary color
Monochromatic Colors of #7BE6EC
Black with #7BE6EC
Text Example
Text Example
White with #7BE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE6EC; }
p { color: rgb(123,230,236); }
H1.HeaderClassName
{
color: #7BE6EC;
}
.AnyTagClassName
{
color: #7BE6EC;
}
</style>
background-color css
<style>
a { background-color: #7BE6EC; }
a { background-color: rgb(123,230,236); }
div.DivClassName
{
background-color: #7BE6EC;
}
.BgClassName
{
background-color: #7BE6EC;
}
</style>
border-color css
<style>
span { border-color: #7BE6EC; }
span { border-color: rgb(123,230,236); }
td.TdClassName
{
border-color: #7BE6EC;
}
.TagClassName
{
border-color: #7BE6EC;
}
</style>