Shades of Turquoise Blue #7EE0F4
Tints of Turquoise Blue #7EE0F4
RGB
CMYK
RGB Variations
Color information
#7EE0F4 (or 0x7EE0F4) is known color: Turquoise Blue. HEX triplet: 7E, E0 and F4. RGB value is (126,224,244). Sum of RGB (Red+Green+Blue) = 126+224+244=594 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.21% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 244 (95.70% from 255 or 41.08% from 594); Max value from RGB is 244 - color contains mainly: blue. Hex color #7EE0F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE0F4 is #811F0B. Grayscale: #C4C4C4. Windows color (decimal): -8462092 or 16048254. OLE color: 16048254.
HSL color Cylindrical-coordinate representation of color #7EE0F4: hue angle of 190.17º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EE0F4 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 224 | 244 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.04 |
| HSL | 190.17º | 0.84% | 0.73% | - |
| HSV(B) | 190.17º | 0.48% | 0.96% | - |
| XYZ | 51.59 | 64.28 | 95.28 | - |
| YUV | 196.98 | 154.53 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 244 | 0.48 | 0.08 | 0 | 0.04 | 190.17 | 0.84 | 0.73 |
| Hex | 7E | E0 | F4 | 30 | 8 | 0 | 4 | BE | 54 | 49 |
| Octal | 176 | 340 | 364 | 60 | 10 | 0 | 4 | 276 | 124 | 111 |
| Binary | 1111110 | 11100000 | 11110100 | 110000 | 1000 | 0 | 100 | 10111110 | 1010100 | 1001001 |
Color Harmonies of #7EE0F4
Complementary color
Monochromatic Colors of #7EE0F4
Black with #7EE0F4
Text Example
Text Example
White with #7EE0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE0F4; }
p { color: rgb(126,224,244); }
H1.HeaderClassName
{
color: #7EE0F4;
}
.AnyTagClassName
{
color: #7EE0F4;
}
</style>
background-color css
<style>
a { background-color: #7EE0F4; }
a { background-color: rgb(126,224,244); }
div.DivClassName
{
background-color: #7EE0F4;
}
.BgClassName
{
background-color: #7EE0F4;
}
</style>
border-color css
<style>
span { border-color: #7EE0F4; }
span { border-color: rgb(126,224,244); }
td.TdClassName
{
border-color: #7EE0F4;
}
.TagClassName
{
border-color: #7EE0F4;
}
</style>