Shades of Bright Turquoise #07FCDF
Tints of Bright Turquoise #07FCDF
RGB
CMYK
RGB Variations
Color information
#07FCDF (or 0x07FCDF) is known color: Bright Turquoise. HEX triplet: 07, FC and DF. RGB value is (7,252,223). Sum of RGB (Red+Green+Blue) = 7+252+223=482 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCDF is #F80320. Grayscale: #AFAFAF. Windows color (decimal): -16253729 or 14679047. OLE color: 14679047.
HSL color Cylindrical-coordinate representation of color #07FCDF: hue angle of 172.9º 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 #07FCDF is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 252 | 223 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.01 |
| HSL | 172.9º | 0.98% | 0.51% | - |
| HSV(B) | 172.9º | 0.97% | 0.99% | - |
| XYZ | 48.22 | 74.99 | 81.75 | - |
| YUV | 175.44 | 154.83 | 7.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 252 | 223 | 0.97 | 0 | 0.12 | 0.01 | 172.9 | 0.98 | 0.51 |
| Hex | 7 | FC | DF | 61 | 0 | C | 1 | AD | 62 | 33 |
| Octal | 7 | 374 | 337 | 141 | 0 | 14 | 1 | 255 | 142 | 63 |
| Binary | 111 | 11111100 | 11011111 | 1100001 | 0 | 1100 | 1 | 10101101 | 1100010 | 110011 |
Color Harmonies of #07FCDF
Complementary color
Monochromatic Colors of #07FCDF
Black with #07FCDF
Text Example
Text Example
White with #07FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FCDF; }
p { color: rgb(7,252,223); }
H1.HeaderClassName
{
color: #07FCDF;
}
.AnyTagClassName
{
color: #07FCDF;
}
</style>
background-color css
<style>
a { background-color: #07FCDF; }
a { background-color: rgb(7,252,223); }
div.DivClassName
{
background-color: #07FCDF;
}
.BgClassName
{
background-color: #07FCDF;
}
</style>
border-color css
<style>
span { border-color: #07FCDF; }
span { border-color: rgb(7,252,223); }
td.TdClassName
{
border-color: #07FCDF;
}
.TagClassName
{
border-color: #07FCDF;
}
</style>