Shades of Turquoise Blue #7BE9DF
Tints of Turquoise Blue #7BE9DF
RGB
CMYK
RGB Variations
Color information
#7BE9DF (or 0x7BE9DF) is known color: Turquoise Blue. HEX triplet: 7B, E9 and DF. RGB value is (123,233,223). Sum of RGB (Red+Green+Blue) = 123+233+223=579 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.24% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #7BE9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE9DF is #841620. Grayscale: #C6C6C6. Windows color (decimal): -8656417 or 14674299. OLE color: 14674299.
HSL color Cylindrical-coordinate representation of color #7BE9DF: hue angle of 174.55º degrees, saturation: 0.71, 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 #7BE9DF is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 233 | 223 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.09 |
| HSL | 174.55º | 0.71% | 0.7% | - |
| HSV(B) | 174.55º | 0.47% | 0.91% | - |
| XYZ | 50.63 | 67.82 | 80.23 | - |
| YUV | 198.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 233 | 223 | 0.47 | 0 | 0.04 | 0.09 | 174.55 | 0.71 | 0.7 |
| Hex | 7B | E9 | DF | 2F | 0 | 4 | 9 | AF | 47 | 46 |
| Octal | 173 | 351 | 337 | 57 | 0 | 4 | 11 | 257 | 107 | 106 |
| Binary | 1111011 | 11101001 | 11011111 | 101111 | 0 | 100 | 1001 | 10101111 | 1000111 | 1000110 |
Color Harmonies of #7BE9DF
Complementary color
Monochromatic Colors of #7BE9DF
Black with #7BE9DF
Text Example
Text Example
White with #7BE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE9DF; }
p { color: rgb(123,233,223); }
H1.HeaderClassName
{
color: #7BE9DF;
}
.AnyTagClassName
{
color: #7BE9DF;
}
</style>
background-color css
<style>
a { background-color: #7BE9DF; }
a { background-color: rgb(123,233,223); }
div.DivClassName
{
background-color: #7BE9DF;
}
.BgClassName
{
background-color: #7BE9DF;
}
</style>
border-color css
<style>
span { border-color: #7BE9DF; }
span { border-color: rgb(123,233,223); }
td.TdClassName
{
border-color: #7BE9DF;
}
.TagClassName
{
border-color: #7BE9DF;
}
</style>