Shades of Bright Turquoise #07E1DC
Tints of Bright Turquoise #07E1DC
RGB
CMYK
RGB Variations
Color information
#07E1DC (or 0x07E1DC) is known color: Bright Turquoise. HEX triplet: 07, E1 and DC. RGB value is (7,225,220). Sum of RGB (Red+Green+Blue) = 7+225+220=452 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #07E1DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E1DC is #F81E23. Grayscale: #9F9F9F. Windows color (decimal): -16260644 or 14475527. OLE color: 14475527.
HSL color Cylindrical-coordinate representation of color #07E1DC: hue angle of 178.62º 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 #07E1DC is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 220 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.12 |
| HSL | 178.62º | 0.94% | 0.45% | - |
| HSV(B) | 178.62º | 0.97% | 0.88% | - |
| XYZ | 39.93 | 59.06 | 77.01 | - |
| YUV | 159.25 | 162.28 | 19.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 220 | 0.97 | 0 | 0.02 | 0.12 | 178.62 | 0.94 | 0.45 |
| Hex | 7 | E1 | DC | 61 | 0 | 2 | C | B3 | 5E | 2D |
| Octal | 7 | 341 | 334 | 141 | 0 | 2 | 14 | 263 | 136 | 55 |
| Binary | 111 | 11100001 | 11011100 | 1100001 | 0 | 10 | 1100 | 10110011 | 1011110 | 101101 |
Color Harmonies of #07E1DC
Complementary color
Monochromatic Colors of #07E1DC
Black with #07E1DC
Text Example
Text Example
White with #07E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E1DC; }
p { color: rgb(7,225,220); }
H1.HeaderClassName
{
color: #07E1DC;
}
.AnyTagClassName
{
color: #07E1DC;
}
</style>
background-color css
<style>
a { background-color: #07E1DC; }
a { background-color: rgb(7,225,220); }
div.DivClassName
{
background-color: #07E1DC;
}
.BgClassName
{
background-color: #07E1DC;
}
</style>
border-color css
<style>
span { border-color: #07E1DC; }
span { border-color: rgb(7,225,220); }
td.TdClassName
{
border-color: #07E1DC;
}
.TagClassName
{
border-color: #07E1DC;
}
</style>