Shades of Bright Turquoise #07FCE5
Tints of Bright Turquoise #07FCE5
RGB
CMYK
RGB Variations
Color information
#07FCE5 (or 0x07FCE5) is known color: Bright Turquoise. HEX triplet: 07, FC and E5. RGB value is (7,252,229). Sum of RGB (Red+Green+Blue) = 7+252+229=488 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCE5 is #F8031A. Grayscale: #AFAFAF. Windows color (decimal): -16253723 or 15072263. OLE color: 15072263.
HSL color Cylindrical-coordinate representation of color #07FCE5: hue angle of 174.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FCE5 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 252 | 229 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.01 |
| HSL | 174.37º | 0.98% | 0.51% | - |
| HSV(B) | 174.37º | 0.97% | 0.99% | - |
| XYZ | 49.04 | 75.32 | 86.08 | - |
| YUV | 176.12 | 157.83 | 7.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 252 | 229 | 0.97 | 0 | 0.09 | 0.01 | 174.37 | 0.98 | 0.51 |
| Hex | 7 | FC | E5 | 61 | 0 | 9 | 1 | AE | 62 | 33 |
| Octal | 7 | 374 | 345 | 141 | 0 | 11 | 1 | 256 | 142 | 63 |
| Binary | 111 | 11111100 | 11100101 | 1100001 | 0 | 1001 | 1 | 10101110 | 1100010 | 110011 |
Color Harmonies of #07FCE5
Complementary color
Monochromatic Colors of #07FCE5
Black with #07FCE5
Text Example
Text Example
White with #07FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FCE5; }
p { color: rgb(7,252,229); }
H1.HeaderClassName
{
color: #07FCE5;
}
.AnyTagClassName
{
color: #07FCE5;
}
</style>
background-color css
<style>
a { background-color: #07FCE5; }
a { background-color: rgb(7,252,229); }
div.DivClassName
{
background-color: #07FCE5;
}
.BgClassName
{
background-color: #07FCE5;
}
</style>
border-color css
<style>
span { border-color: #07FCE5; }
span { border-color: rgb(7,252,229); }
td.TdClassName
{
border-color: #07FCE5;
}
.TagClassName
{
border-color: #07FCE5;
}
</style>