Shades of Bright Turquoise #07DAF2
Tints of Bright Turquoise #07DAF2
RGB
CMYK
RGB Variations
Color information
#07DAF2 (or 0x07DAF2) is known color: Bright Turquoise. HEX triplet: 07, DA and F2. RGB value is (7,218,242). Sum of RGB (Red+Green+Blue) = 7+218+242=467 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #07DAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DAF2 is #F8250D. Grayscale: #9D9D9D. Windows color (decimal): -16262414 or 15915527. OLE color: 15915527.
HSL color Cylindrical-coordinate representation of color #07DAF2: hue angle of 186.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DAF2 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 218 | 242 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.05 |
| HSL | 186.13º | 0.94% | 0.49% | - |
| HSV(B) | 186.13º | 0.97% | 0.95% | - |
| XYZ | 41.19 | 56.6 | 92.76 | - |
| YUV | 157.65 | 175.6 | 20.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 242 | 0.97 | 0.10 | 0 | 0.05 | 186.13 | 0.94 | 0.49 |
| Hex | 7 | DA | F2 | 61 | A | 0 | 5 | BA | 5E | 31 |
| Octal | 7 | 332 | 362 | 141 | 12 | 0 | 5 | 272 | 136 | 61 |
| Binary | 111 | 11011010 | 11110010 | 1100001 | 1010 | 0 | 101 | 10111010 | 1011110 | 110001 |
Color Harmonies of #07DAF2
Complementary color
Monochromatic Colors of #07DAF2
Black with #07DAF2
Text Example
Text Example
White with #07DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DAF2; }
p { color: rgb(7,218,242); }
H1.HeaderClassName
{
color: #07DAF2;
}
.AnyTagClassName
{
color: #07DAF2;
}
</style>
background-color css
<style>
a { background-color: #07DAF2; }
a { background-color: rgb(7,218,242); }
div.DivClassName
{
background-color: #07DAF2;
}
.BgClassName
{
background-color: #07DAF2;
}
</style>
border-color css
<style>
span { border-color: #07DAF2; }
span { border-color: rgb(7,218,242); }
td.TdClassName
{
border-color: #07DAF2;
}
.TagClassName
{
border-color: #07DAF2;
}
</style>