Shades of Bright Turquoise #07DFD2
Tints of Bright Turquoise #07DFD2
RGB
CMYK
RGB Variations
Color information
#07DFD2 (or 0x07DFD2) is known color: Bright Turquoise. HEX triplet: 07, DF and D2. RGB value is (7,223,210). Sum of RGB (Red+Green+Blue) = 7+223+210=440 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #07DFD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DFD2 is #F8202D. Grayscale: #9C9C9C. Windows color (decimal): -16261166 or 13819655. OLE color: 13819655.
HSL color Cylindrical-coordinate representation of color #07DFD2: hue angle of 176.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DFD2 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 210 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.13 |
| HSL | 176.39º | 0.94% | 0.45% | - |
| HSV(B) | 176.39º | 0.97% | 0.87% | - |
| XYZ | 38.11 | 57.47 | 70.06 | - |
| YUV | 156.93 | 157.94 | 21.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 210 | 0.97 | 0 | 0.06 | 0.13 | 176.39 | 0.94 | 0.45 |
| Hex | 7 | DF | D2 | 61 | 0 | 6 | D | B0 | 5E | 2D |
| Octal | 7 | 337 | 322 | 141 | 0 | 6 | 15 | 260 | 136 | 55 |
| Binary | 111 | 11011111 | 11010010 | 1100001 | 0 | 110 | 1101 | 10110000 | 1011110 | 101101 |
Color Harmonies of #07DFD2
Complementary color
Monochromatic Colors of #07DFD2
Black with #07DFD2
Text Example
Text Example
White with #07DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DFD2; }
p { color: rgb(7,223,210); }
H1.HeaderClassName
{
color: #07DFD2;
}
.AnyTagClassName
{
color: #07DFD2;
}
</style>
background-color css
<style>
a { background-color: #07DFD2; }
a { background-color: rgb(7,223,210); }
div.DivClassName
{
background-color: #07DFD2;
}
.BgClassName
{
background-color: #07DFD2;
}
</style>
border-color css
<style>
span { border-color: #07DFD2; }
span { border-color: rgb(7,223,210); }
td.TdClassName
{
border-color: #07DFD2;
}
.TagClassName
{
border-color: #07DFD2;
}
</style>