Shades of Turquoise Blue #7BE0F4
Tints of Turquoise Blue #7BE0F4
RGB
CMYK
RGB Variations
Color information
#7BE0F4 (or 0x7BE0F4) is known color: Turquoise Blue. HEX triplet: 7B, E0 and F4. RGB value is (123,224,244). Sum of RGB (Red+Green+Blue) = 123+224+244=591 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.81% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #7BE0F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE0F4 is #841F0B. Grayscale: #C3C3C3. Windows color (decimal): -8658700 or 16048251. OLE color: 16048251.
HSL color Cylindrical-coordinate representation of color #7BE0F4: hue angle of 189.92º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BE0F4 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 224 | 244 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.04 |
| HSL | 189.92º | 0.85% | 0.72% | - |
| HSV(B) | 189.92º | 0.5% | 0.96% | - |
| XYZ | 51.15 | 64.05 | 95.26 | - |
| YUV | 196.08 | 155.04 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 244 | 0.50 | 0.08 | 0 | 0.04 | 189.92 | 0.85 | 0.72 |
| Hex | 7B | E0 | F4 | 32 | 8 | 0 | 4 | BE | 55 | 48 |
| Octal | 173 | 340 | 364 | 62 | 10 | 0 | 4 | 276 | 125 | 110 |
| Binary | 1111011 | 11100000 | 11110100 | 110010 | 1000 | 0 | 100 | 10111110 | 1010101 | 1001000 |
Color Harmonies of #7BE0F4
Complementary color
Monochromatic Colors of #7BE0F4
Black with #7BE0F4
Text Example
Text Example
White with #7BE0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE0F4; }
p { color: rgb(123,224,244); }
H1.HeaderClassName
{
color: #7BE0F4;
}
.AnyTagClassName
{
color: #7BE0F4;
}
</style>
background-color css
<style>
a { background-color: #7BE0F4; }
a { background-color: rgb(123,224,244); }
div.DivClassName
{
background-color: #7BE0F4;
}
.BgClassName
{
background-color: #7BE0F4;
}
</style>
border-color css
<style>
span { border-color: #7BE0F4; }
span { border-color: rgb(123,224,244); }
td.TdClassName
{
border-color: #7BE0F4;
}
.TagClassName
{
border-color: #7BE0F4;
}
</style>