Shades of Turquoise Blue #7BE6DD
Tints of Turquoise Blue #7BE6DD
RGB
CMYK
RGB Variations
Color information
#7BE6DD (or 0x7BE6DD) is known color: Turquoise Blue. HEX triplet: 7B, E6 and DD. RGB value is (123,230,221). Sum of RGB (Red+Green+Blue) = 123+230+221=574 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.43% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #7BE6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE6DD is #841922. Grayscale: #C4C4C4. Windows color (decimal): -8657187 or 14542459. OLE color: 14542459.
HSL color Cylindrical-coordinate representation of color #7BE6DD: hue angle of 174.95º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE6DD is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 230 | 221 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.10 |
| HSL | 174.95º | 0.68% | 0.69% | - |
| HSV(B) | 174.95º | 0.47% | 0.9% | - |
| XYZ | 49.52 | 66.03 | 78.54 | - |
| YUV | 196.98 | 141.55 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 230 | 221 | 0.47 | 0 | 0.04 | 0.10 | 174.95 | 0.68 | 0.69 |
| Hex | 7B | E6 | DD | 2F | 0 | 4 | A | AF | 44 | 45 |
| Octal | 173 | 346 | 335 | 57 | 0 | 4 | 12 | 257 | 104 | 105 |
| Binary | 1111011 | 11100110 | 11011101 | 101111 | 0 | 100 | 1010 | 10101111 | 1000100 | 1000101 |
Color Harmonies of #7BE6DD
Complementary color
Monochromatic Colors of #7BE6DD
Black with #7BE6DD
Text Example
Text Example
White with #7BE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE6DD; }
p { color: rgb(123,230,221); }
H1.HeaderClassName
{
color: #7BE6DD;
}
.AnyTagClassName
{
color: #7BE6DD;
}
</style>
background-color css
<style>
a { background-color: #7BE6DD; }
a { background-color: rgb(123,230,221); }
div.DivClassName
{
background-color: #7BE6DD;
}
.BgClassName
{
background-color: #7BE6DD;
}
</style>
border-color css
<style>
span { border-color: #7BE6DD; }
span { border-color: rgb(123,230,221); }
td.TdClassName
{
border-color: #7BE6DD;
}
.TagClassName
{
border-color: #7BE6DD;
}
</style>