Shades of Turquoise Blue #7BE8EE
Tints of Turquoise Blue #7BE8EE
RGB
CMYK
RGB Variations
Color information
#7BE8EE (or 0x7BE8EE) is known color: Turquoise Blue. HEX triplet: 7B, E8 and EE. RGB value is (123,232,238). Sum of RGB (Red+Green+Blue) = 123+232+238=593 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.74% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #7BE8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BE8EE is #841711. Grayscale: #C7C7C7. Windows color (decimal): -8656658 or 15657083. OLE color: 15657083.
HSL color Cylindrical-coordinate representation of color #7BE8EE: hue angle of 183.13º 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 #7BE8EE is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 232 | 238 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.07 |
| HSL | 183.13º | 0.77% | 0.71% | - |
| HSV(B) | 183.13º | 0.48% | 0.93% | - |
| XYZ | 52.46 | 68.1 | 91.27 | - |
| YUV | 200.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 232 | 238 | 0.48 | 0.03 | 0 | 0.07 | 183.13 | 0.77 | 0.71 |
| Hex | 7B | E8 | EE | 30 | 3 | 0 | 7 | B7 | 4D | 47 |
| Octal | 173 | 350 | 356 | 60 | 3 | 0 | 7 | 267 | 115 | 107 |
| Binary | 1111011 | 11101000 | 11101110 | 110000 | 11 | 0 | 111 | 10110111 | 1001101 | 1000111 |
Color Harmonies of #7BE8EE
Complementary color
Monochromatic Colors of #7BE8EE
Black with #7BE8EE
Text Example
Text Example
White with #7BE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE8EE; }
p { color: rgb(123,232,238); }
H1.HeaderClassName
{
color: #7BE8EE;
}
.AnyTagClassName
{
color: #7BE8EE;
}
</style>
background-color css
<style>
a { background-color: #7BE8EE; }
a { background-color: rgb(123,232,238); }
div.DivClassName
{
background-color: #7BE8EE;
}
.BgClassName
{
background-color: #7BE8EE;
}
</style>
border-color css
<style>
span { border-color: #7BE8EE; }
span { border-color: rgb(123,232,238); }
td.TdClassName
{
border-color: #7BE8EE;
}
.TagClassName
{
border-color: #7BE8EE;
}
</style>