Shades of Bright Turquoise #07EFC4
Tints of Bright Turquoise #07EFC4
RGB
CMYK
RGB Variations
Color information
#07EFC4 (or 0x07EFC4) is known color: Bright Turquoise. HEX triplet: 07, EF and C4. RGB value is (7,239,196). Sum of RGB (Red+Green+Blue) = 7+239+196=442 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #07EFC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EFC4 is #F8103B. Grayscale: #A4A4A4. Windows color (decimal): -16257084 or 12906247. OLE color: 12906247.
HSL color Cylindrical-coordinate representation of color #07EFC4: hue angle of 168.88º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EFC4 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 239 | 196 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.06 |
| HSL | 168.88º | 0.94% | 0.48% | - |
| HSV(B) | 168.88º | 0.97% | 0.94% | - |
| XYZ | 40.92 | 65.76 | 62.76 | - |
| YUV | 164.73 | 145.64 | 15.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 239 | 196 | 0.97 | 0 | 0.18 | 0.06 | 168.88 | 0.94 | 0.48 |
| Hex | 7 | EF | C4 | 61 | 0 | 12 | 6 | A9 | 5E | 30 |
| Octal | 7 | 357 | 304 | 141 | 0 | 22 | 6 | 251 | 136 | 60 |
| Binary | 111 | 11101111 | 11000100 | 1100001 | 0 | 10010 | 110 | 10101001 | 1011110 | 110000 |
Color Harmonies of #07EFC4
Complementary color
Monochromatic Colors of #07EFC4
Black with #07EFC4
Text Example
Text Example
White with #07EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EFC4; }
p { color: rgb(7,239,196); }
H1.HeaderClassName
{
color: #07EFC4;
}
.AnyTagClassName
{
color: #07EFC4;
}
</style>
background-color css
<style>
a { background-color: #07EFC4; }
a { background-color: rgb(7,239,196); }
div.DivClassName
{
background-color: #07EFC4;
}
.BgClassName
{
background-color: #07EFC4;
}
</style>
border-color css
<style>
span { border-color: #07EFC4; }
span { border-color: rgb(7,239,196); }
td.TdClassName
{
border-color: #07EFC4;
}
.TagClassName
{
border-color: #07EFC4;
}
</style>