Shades of Bright Turquoise #07FECB
Tints of Bright Turquoise #07FECB
RGB
CMYK
RGB Variations
Color information
#07FECB (or 0x07FECB) is known color: Bright Turquoise. HEX triplet: 07, FE and CB. RGB value is (7,254,203). Sum of RGB (Red+Green+Blue) = 7+254+203=464 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #07FECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FECB is #F80134. Grayscale: #AEAEAE. Windows color (decimal): -16253237 or 13368839. OLE color: 13368839.
HSL color Cylindrical-coordinate representation of color #07FECB: hue angle of 167.61º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FECB is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 203 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.00 |
| HSL | 167.61º | 0.99% | 0.51% | - |
| HSV(B) | 167.61º | 0.97% | 1% | - |
| XYZ | 46.31 | 75.24 | 68.58 | - |
| YUV | 174.33 | 144.17 | 8.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 203 | 0.97 | 0 | 0.20 | 0.00 | 167.61 | 0.99 | 0.51 |
| Hex | 7 | FE | CB | 61 | 0 | 14 | 0 | A8 | 63 | 33 |
| Octal | 7 | 376 | 313 | 141 | 0 | 24 | 0 | 250 | 143 | 63 |
| Binary | 111 | 11111110 | 11001011 | 1100001 | 0 | 10100 | 0 | 10101000 | 1100011 | 110011 |
Color Harmonies of #07FECB
Complementary color
Monochromatic Colors of #07FECB
Black with #07FECB
Text Example
Text Example
White with #07FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FECB; }
p { color: rgb(7,254,203); }
H1.HeaderClassName
{
color: #07FECB;
}
.AnyTagClassName
{
color: #07FECB;
}
</style>
background-color css
<style>
a { background-color: #07FECB; }
a { background-color: rgb(7,254,203); }
div.DivClassName
{
background-color: #07FECB;
}
.BgClassName
{
background-color: #07FECB;
}
</style>
border-color css
<style>
span { border-color: #07FECB; }
span { border-color: rgb(7,254,203); }
td.TdClassName
{
border-color: #07FECB;
}
.TagClassName
{
border-color: #07FECB;
}
</style>