Shades of Turquoise Blue #7BE7DD
Tints of Turquoise Blue #7BE7DD
RGB
CMYK
RGB Variations
Color information
#7BE7DD (or 0x7BE7DD) is known color: Turquoise Blue. HEX triplet: 7B, E7 and DD. RGB value is (123,231,221). Sum of RGB (Red+Green+Blue) = 123+231+221=575 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.39% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 231 - color contains mainly: green. Hex color #7BE7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE7DD is #841822. Grayscale: #C5C5C5. Windows color (decimal): -8656931 or 14542715. OLE color: 14542715.
HSL color Cylindrical-coordinate representation of color #7BE7DD: hue angle of 174.44º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE7DD is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 231 | 221 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.09 |
| HSL | 174.44º | 0.69% | 0.69% | - |
| HSV(B) | 174.44º | 0.47% | 0.91% | - |
| XYZ | 49.8 | 66.58 | 78.63 | - |
| YUV | 197.57 | 141.22 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 231 | 221 | 0.47 | 0 | 0.04 | 0.09 | 174.44 | 0.69 | 0.69 |
| Hex | 7B | E7 | DD | 2F | 0 | 4 | 9 | AE | 45 | 45 |
| Octal | 173 | 347 | 335 | 57 | 0 | 4 | 11 | 256 | 105 | 105 |
| Binary | 1111011 | 11100111 | 11011101 | 101111 | 0 | 100 | 1001 | 10101110 | 1000101 | 1000101 |
Color Harmonies of #7BE7DD
Complementary color
Monochromatic Colors of #7BE7DD
Black with #7BE7DD
Text Example
Text Example
White with #7BE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE7DD; }
p { color: rgb(123,231,221); }
H1.HeaderClassName
{
color: #7BE7DD;
}
.AnyTagClassName
{
color: #7BE7DD;
}
</style>
background-color css
<style>
a { background-color: #7BE7DD; }
a { background-color: rgb(123,231,221); }
div.DivClassName
{
background-color: #7BE7DD;
}
.BgClassName
{
background-color: #7BE7DD;
}
</style>
border-color css
<style>
span { border-color: #7BE7DD; }
span { border-color: rgb(123,231,221); }
td.TdClassName
{
border-color: #7BE7DD;
}
.TagClassName
{
border-color: #7BE7DD;
}
</style>