Shades of Bright Turquoise #07E0D1
Tints of Bright Turquoise #07E0D1
RGB
CMYK
RGB Variations
Color information
#07E0D1 (or 0x07E0D1) is known color: Bright Turquoise. HEX triplet: 07, E0 and D1. RGB value is (7,224,209). Sum of RGB (Red+Green+Blue) = 7+224+209=440 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #07E0D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E0D1 is #F81F2E. Grayscale: #9D9D9D. Windows color (decimal): -16260911 or 13754375. OLE color: 13754375.
HSL color Cylindrical-coordinate representation of color #07E0D1: hue angle of 175.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E0D1 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 209 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.12 |
| HSL | 175.85º | 0.94% | 0.45% | - |
| HSV(B) | 175.85º | 0.97% | 0.88% | - |
| XYZ | 38.25 | 57.96 | 69.49 | - |
| YUV | 157.41 | 157.11 | 20.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 209 | 0.97 | 0 | 0.07 | 0.12 | 175.85 | 0.94 | 0.45 |
| Hex | 7 | E0 | D1 | 61 | 0 | 7 | C | B0 | 5E | 2D |
| Octal | 7 | 340 | 321 | 141 | 0 | 7 | 14 | 260 | 136 | 55 |
| Binary | 111 | 11100000 | 11010001 | 1100001 | 0 | 111 | 1100 | 10110000 | 1011110 | 101101 |
Color Harmonies of #07E0D1
Complementary color
Monochromatic Colors of #07E0D1
Black with #07E0D1
Text Example
Text Example
White with #07E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E0D1; }
p { color: rgb(7,224,209); }
H1.HeaderClassName
{
color: #07E0D1;
}
.AnyTagClassName
{
color: #07E0D1;
}
</style>
background-color css
<style>
a { background-color: #07E0D1; }
a { background-color: rgb(7,224,209); }
div.DivClassName
{
background-color: #07E0D1;
}
.BgClassName
{
background-color: #07E0D1;
}
</style>
border-color css
<style>
span { border-color: #07E0D1; }
span { border-color: rgb(7,224,209); }
td.TdClassName
{
border-color: #07E0D1;
}
.TagClassName
{
border-color: #07E0D1;
}
</style>