Shades of Bright Turquoise #07DCDA
Tints of Bright Turquoise #07DCDA
RGB
CMYK
RGB Variations
Color information
#07DCDA (or 0x07DCDA) is known color: Bright Turquoise. HEX triplet: 07, DC and DA. RGB value is (7,220,218). Sum of RGB (Red+Green+Blue) = 7+220+218=445 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DCDA is #F82325. Grayscale: #9B9B9B. Windows color (decimal): -16261926 or 14343175. OLE color: 14343175.
HSL color Cylindrical-coordinate representation of color #07DCDA: hue angle of 179.44º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DCDA is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 218 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.14 |
| HSL | 179.44º | 0.94% | 0.45% | - |
| HSV(B) | 179.44º | 0.97% | 0.86% | - |
| XYZ | 38.34 | 56.29 | 75.17 | - |
| YUV | 156.09 | 162.93 | 21.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 218 | 0.97 | 0 | 0.01 | 0.14 | 179.44 | 0.94 | 0.45 |
| Hex | 7 | DC | DA | 61 | 0 | 1 | E | B3 | 5E | 2D |
| Octal | 7 | 334 | 332 | 141 | 0 | 1 | 16 | 263 | 136 | 55 |
| Binary | 111 | 11011100 | 11011010 | 1100001 | 0 | 1 | 1110 | 10110011 | 1011110 | 101101 |
Color Harmonies of #07DCDA
Complementary color
Monochromatic Colors of #07DCDA
Black with #07DCDA
Text Example
Text Example
White with #07DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DCDA; }
p { color: rgb(7,220,218); }
H1.HeaderClassName
{
color: #07DCDA;
}
.AnyTagClassName
{
color: #07DCDA;
}
</style>
background-color css
<style>
a { background-color: #07DCDA; }
a { background-color: rgb(7,220,218); }
div.DivClassName
{
background-color: #07DCDA;
}
.BgClassName
{
background-color: #07DCDA;
}
</style>
border-color css
<style>
span { border-color: #07DCDA; }
span { border-color: rgb(7,220,218); }
td.TdClassName
{
border-color: #07DCDA;
}
.TagClassName
{
border-color: #07DCDA;
}
</style>