Shades of Bright Turquoise #07F2E5
Tints of Bright Turquoise #07F2E5
RGB
CMYK
RGB Variations
Color information
#07F2E5 (or 0x07F2E5) is known color: Bright Turquoise. HEX triplet: 07, F2 and E5. RGB value is (7,242,229). Sum of RGB (Red+Green+Blue) = 7+242+229=478 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #07F2E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F2E5 is #F80D1A. Grayscale: #AAAAAA. Windows color (decimal): -16256283 or 15069703. OLE color: 15069703.
HSL color Cylindrical-coordinate representation of color #07F2E5: hue angle of 176.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F2E5 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 242 | 229 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.05 |
| HSL | 176.68º | 0.94% | 0.49% | - |
| HSV(B) | 176.68º | 0.97% | 0.95% | - |
| XYZ | 45.98 | 69.21 | 85.06 | - |
| YUV | 170.25 | 161.14 | 11.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 242 | 229 | 0.97 | 0 | 0.05 | 0.05 | 176.68 | 0.94 | 0.49 |
| Hex | 7 | F2 | E5 | 61 | 0 | 5 | 5 | B1 | 5E | 31 |
| Octal | 7 | 362 | 345 | 141 | 0 | 5 | 5 | 261 | 136 | 61 |
| Binary | 111 | 11110010 | 11100101 | 1100001 | 0 | 101 | 101 | 10110001 | 1011110 | 110001 |
Color Harmonies of #07F2E5
Complementary color
Monochromatic Colors of #07F2E5
Black with #07F2E5
Text Example
Text Example
White with #07F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F2E5; }
p { color: rgb(7,242,229); }
H1.HeaderClassName
{
color: #07F2E5;
}
.AnyTagClassName
{
color: #07F2E5;
}
</style>
background-color css
<style>
a { background-color: #07F2E5; }
a { background-color: rgb(7,242,229); }
div.DivClassName
{
background-color: #07F2E5;
}
.BgClassName
{
background-color: #07F2E5;
}
</style>
border-color css
<style>
span { border-color: #07F2E5; }
span { border-color: rgb(7,242,229); }
td.TdClassName
{
border-color: #07F2E5;
}
.TagClassName
{
border-color: #07F2E5;
}
</style>