Shades of Turquoise Blue #7BE8DF
Tints of Turquoise Blue #7BE8DF
RGB
CMYK
RGB Variations
Color information
#7BE8DF (or 0x7BE8DF) is known color: Turquoise Blue. HEX triplet: 7B, E8 and DF. RGB value is (123,232,223). Sum of RGB (Red+Green+Blue) = 123+232+223=578 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.28% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #7BE8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE8DF is #841720. Grayscale: #C6C6C6. Windows color (decimal): -8656673 or 14674043. OLE color: 14674043.
HSL color Cylindrical-coordinate representation of color #7BE8DF: hue angle of 175.05º 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 #7BE8DF is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 232 | 223 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.09 |
| HSL | 175.05º | 0.7% | 0.7% | - |
| HSV(B) | 175.05º | 0.47% | 0.91% | - |
| XYZ | 50.34 | 67.25 | 80.14 | - |
| YUV | 198.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 232 | 223 | 0.47 | 0 | 0.04 | 0.09 | 175.05 | 0.7 | 0.7 |
| Hex | 7B | E8 | DF | 2F | 0 | 4 | 9 | AF | 46 | 46 |
| Octal | 173 | 350 | 337 | 57 | 0 | 4 | 11 | 257 | 106 | 106 |
| Binary | 1111011 | 11101000 | 11011111 | 101111 | 0 | 100 | 1001 | 10101111 | 1000110 | 1000110 |
Color Harmonies of #7BE8DF
Complementary color
Monochromatic Colors of #7BE8DF
Black with #7BE8DF
Text Example
Text Example
White with #7BE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE8DF; }
p { color: rgb(123,232,223); }
H1.HeaderClassName
{
color: #7BE8DF;
}
.AnyTagClassName
{
color: #7BE8DF;
}
</style>
background-color css
<style>
a { background-color: #7BE8DF; }
a { background-color: rgb(123,232,223); }
div.DivClassName
{
background-color: #7BE8DF;
}
.BgClassName
{
background-color: #7BE8DF;
}
</style>
border-color css
<style>
span { border-color: #7BE8DF; }
span { border-color: rgb(123,232,223); }
td.TdClassName
{
border-color: #7BE8DF;
}
.TagClassName
{
border-color: #7BE8DF;
}
</style>