Shades of Turquoise Blue #7BDFE0
Tints of Turquoise Blue #7BDFE0
RGB
CMYK
RGB Variations
Color information
#7BDFE0 (or 0x7BDFE0) is known color: Turquoise Blue. HEX triplet: 7B, DF and E0. RGB value is (123,223,224). Sum of RGB (Red+Green+Blue) = 123+223+224=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #7BDFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFE0 is #84201F. Grayscale: #C1C1C1. Windows color (decimal): -8658976 or 14737275. OLE color: 14737275.
HSL color Cylindrical-coordinate representation of color #7BDFE0: hue angle of 180.59º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFE0 is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 223 | 224 | - |
| CMYK | 0.45 | 0.00 | 0 | 0.12 |
| HSL | 180.59º | 0.62% | 0.68% | - |
| HSV(B) | 180.59º | 0.45% | 0.88% | - |
| XYZ | 48.01 | 62.37 | 80.03 | - |
| YUV | 193.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 224 | 0.45 | 0.00 | 0 | 0.12 | 180.59 | 0.62 | 0.68 |
| Hex | 7B | DF | E0 | 2D | 0 | 0 | C | B5 | 3E | 44 |
| Octal | 173 | 337 | 340 | 55 | 0 | 0 | 14 | 265 | 76 | 104 |
| Binary | 1111011 | 11011111 | 11100000 | 101101 | 0 | 0 | 1100 | 10110101 | 111110 | 1000100 |
Color Harmonies of #7BDFE0
Complementary color
Monochromatic Colors of #7BDFE0
Black with #7BDFE0
Text Example
Text Example
White with #7BDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFE0; }
p { color: rgb(123,223,224); }
H1.HeaderClassName
{
color: #7BDFE0;
}
.AnyTagClassName
{
color: #7BDFE0;
}
</style>
background-color css
<style>
a { background-color: #7BDFE0; }
a { background-color: rgb(123,223,224); }
div.DivClassName
{
background-color: #7BDFE0;
}
.BgClassName
{
background-color: #7BDFE0;
}
</style>
border-color css
<style>
span { border-color: #7BDFE0; }
span { border-color: rgb(123,223,224); }
td.TdClassName
{
border-color: #7BDFE0;
}
.TagClassName
{
border-color: #7BDFE0;
}
</style>