Shades of Turquoise Blue #7BE2EE
Tints of Turquoise Blue #7BE2EE
RGB
CMYK
RGB Variations
Color information
#7BE2EE (or 0x7BE2EE) is known color: Turquoise Blue. HEX triplet: 7B, E2 and EE. RGB value is (123,226,238). Sum of RGB (Red+Green+Blue) = 123+226+238=587 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.95% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #7BE2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE2EE is #841D11. Grayscale: #C4C4C4. Windows color (decimal): -8658194 or 15655547. OLE color: 15655547.
HSL color Cylindrical-coordinate representation of color #7BE2EE: hue angle of 186.26º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BE2EE is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 226 | 238 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.07 |
| HSL | 186.26º | 0.77% | 0.71% | - |
| HSV(B) | 186.26º | 0.48% | 0.93% | - |
| XYZ | 50.8 | 64.78 | 90.71 | - |
| YUV | 196.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 226 | 238 | 0.48 | 0.05 | 0 | 0.07 | 186.26 | 0.77 | 0.71 |
| Hex | 7B | E2 | EE | 30 | 5 | 0 | 7 | BA | 4D | 47 |
| Octal | 173 | 342 | 356 | 60 | 5 | 0 | 7 | 272 | 115 | 107 |
| Binary | 1111011 | 11100010 | 11101110 | 110000 | 101 | 0 | 111 | 10111010 | 1001101 | 1000111 |
Color Harmonies of #7BE2EE
Complementary color
Monochromatic Colors of #7BE2EE
Black with #7BE2EE
Text Example
Text Example
White with #7BE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE2EE; }
p { color: rgb(123,226,238); }
H1.HeaderClassName
{
color: #7BE2EE;
}
.AnyTagClassName
{
color: #7BE2EE;
}
</style>
background-color css
<style>
a { background-color: #7BE2EE; }
a { background-color: rgb(123,226,238); }
div.DivClassName
{
background-color: #7BE2EE;
}
.BgClassName
{
background-color: #7BE2EE;
}
</style>
border-color css
<style>
span { border-color: #7BE2EE; }
span { border-color: rgb(123,226,238); }
td.TdClassName
{
border-color: #7BE2EE;
}
.TagClassName
{
border-color: #7BE2EE;
}
</style>