Shades of Bright Turquoise #07FCD4
Tints of Bright Turquoise #07FCD4
RGB
CMYK
RGB Variations
Color information
#07FCD4 (or 0x07FCD4) is known color: Bright Turquoise. HEX triplet: 07, FC and D4. RGB value is (7,252,212). Sum of RGB (Red+Green+Blue) = 7+252+212=471 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCD4 is #F8032B. Grayscale: #AEAEAE. Windows color (decimal): -16253740 or 13958151. OLE color: 13958151.
HSL color Cylindrical-coordinate representation of color #07FCD4: hue angle of 170.2º 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 #07FCD4 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 252 | 212 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.01 |
| HSL | 170.2º | 0.98% | 0.51% | - |
| HSV(B) | 170.2º | 0.97% | 0.99% | - |
| XYZ | 46.78 | 74.42 | 74.19 | - |
| YUV | 174.19 | 149.33 | 8.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 252 | 212 | 0.97 | 0 | 0.16 | 0.01 | 170.2 | 0.98 | 0.51 |
| Hex | 7 | FC | D4 | 61 | 0 | 10 | 1 | AA | 62 | 33 |
| Octal | 7 | 374 | 324 | 141 | 0 | 20 | 1 | 252 | 142 | 63 |
| Binary | 111 | 11111100 | 11010100 | 1100001 | 0 | 10000 | 1 | 10101010 | 1100010 | 110011 |
Color Harmonies of #07FCD4
Complementary color
Monochromatic Colors of #07FCD4
Black with #07FCD4
Text Example
Text Example
White with #07FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FCD4; }
p { color: rgb(7,252,212); }
H1.HeaderClassName
{
color: #07FCD4;
}
.AnyTagClassName
{
color: #07FCD4;
}
</style>
background-color css
<style>
a { background-color: #07FCD4; }
a { background-color: rgb(7,252,212); }
div.DivClassName
{
background-color: #07FCD4;
}
.BgClassName
{
background-color: #07FCD4;
}
</style>
border-color css
<style>
span { border-color: #07FCD4; }
span { border-color: rgb(7,252,212); }
td.TdClassName
{
border-color: #07FCD4;
}
.TagClassName
{
border-color: #07FCD4;
}
</style>