Shades of Turquoise Blue #7BE8DC
Tints of Turquoise Blue #7BE8DC
RGB
CMYK
RGB Variations
Color information
#7BE8DC (or 0x7BE8DC) is known color: Turquoise Blue. HEX triplet: 7B, E8 and DC. RGB value is (123,232,220). Sum of RGB (Red+Green+Blue) = 123+232+220=575 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.39% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 232 - color contains mainly: green. Hex color #7BE8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE8DC is #841723. Grayscale: #C5C5C5. Windows color (decimal): -8656676 or 14477435. OLE color: 14477435.
HSL color Cylindrical-coordinate representation of color #7BE8DC: hue angle of 173.39º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE8DC is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 232 | 220 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.09 |
| HSL | 173.39º | 0.7% | 0.7% | - |
| HSV(B) | 173.39º | 0.47% | 0.91% | - |
| XYZ | 49.94 | 67.09 | 78.03 | - |
| YUV | 198.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 232 | 220 | 0.47 | 0 | 0.05 | 0.09 | 173.39 | 0.7 | 0.7 |
| Hex | 7B | E8 | DC | 2F | 0 | 5 | 9 | AD | 46 | 46 |
| Octal | 173 | 350 | 334 | 57 | 0 | 5 | 11 | 255 | 106 | 106 |
| Binary | 1111011 | 11101000 | 11011100 | 101111 | 0 | 101 | 1001 | 10101101 | 1000110 | 1000110 |
Color Harmonies of #7BE8DC
Complementary color
Monochromatic Colors of #7BE8DC
Black with #7BE8DC
Text Example
Text Example
White with #7BE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE8DC; }
p { color: rgb(123,232,220); }
H1.HeaderClassName
{
color: #7BE8DC;
}
.AnyTagClassName
{
color: #7BE8DC;
}
</style>
background-color css
<style>
a { background-color: #7BE8DC; }
a { background-color: rgb(123,232,220); }
div.DivClassName
{
background-color: #7BE8DC;
}
.BgClassName
{
background-color: #7BE8DC;
}
</style>
border-color css
<style>
span { border-color: #7BE8DC; }
span { border-color: rgb(123,232,220); }
td.TdClassName
{
border-color: #7BE8DC;
}
.TagClassName
{
border-color: #7BE8DC;
}
</style>