Shades of Bright Turquoise #07FCCC
Tints of Bright Turquoise #07FCCC
RGB
CMYK
RGB Variations
Color information
#07FCCC (or 0x07FCCC) is known color: Bright Turquoise. HEX triplet: 07, FC and CC. RGB value is (7,252,204). Sum of RGB (Red+Green+Blue) = 7+252+204=463 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCCC is #F80333. Grayscale: #ADADAD. Windows color (decimal): -16253748 or 13433863. OLE color: 13433863.
HSL color Cylindrical-coordinate representation of color #07FCCC: hue angle of 168.24º 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 #07FCCC is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 252 | 204 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.01 |
| HSL | 168.24º | 0.98% | 0.51% | - |
| HSV(B) | 168.24º | 0.97% | 0.99% | - |
| XYZ | 45.8 | 74.03 | 69 | - |
| YUV | 173.27 | 145.33 | 9.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 252 | 204 | 0.97 | 0 | 0.19 | 0.01 | 168.24 | 0.98 | 0.51 |
| Hex | 7 | FC | CC | 61 | 0 | 13 | 1 | A8 | 62 | 33 |
| Octal | 7 | 374 | 314 | 141 | 0 | 23 | 1 | 250 | 142 | 63 |
| Binary | 111 | 11111100 | 11001100 | 1100001 | 0 | 10011 | 1 | 10101000 | 1100010 | 110011 |
Color Harmonies of #07FCCC
Complementary color
Monochromatic Colors of #07FCCC
Black with #07FCCC
Text Example
Text Example
White with #07FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FCCC; }
p { color: rgb(7,252,204); }
H1.HeaderClassName
{
color: #07FCCC;
}
.AnyTagClassName
{
color: #07FCCC;
}
</style>
background-color css
<style>
a { background-color: #07FCCC; }
a { background-color: rgb(7,252,204); }
div.DivClassName
{
background-color: #07FCCC;
}
.BgClassName
{
background-color: #07FCCC;
}
</style>
border-color css
<style>
span { border-color: #07FCCC; }
span { border-color: rgb(7,252,204); }
td.TdClassName
{
border-color: #07FCCC;
}
.TagClassName
{
border-color: #07FCCC;
}
</style>