Shades of Bright Turquoise #07DFF6
Tints of Bright Turquoise #07DFF6
RGB
CMYK
RGB Variations
Color information
#07DFF6 (or 0x07DFF6) is known color: Bright Turquoise. HEX triplet: 07, DF and F6. RGB value is (7,223,246). Sum of RGB (Red+Green+Blue) = 7+223+246=476 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #07DFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DFF6 is #F82009. Grayscale: #A0A0A0. Windows color (decimal): -16261130 or 16178951. OLE color: 16178951.
HSL color Cylindrical-coordinate representation of color #07DFF6: hue angle of 185.77º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DFF6 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 223 | 246 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.04 |
| HSL | 185.77º | 0.94% | 0.5% | - |
| HSV(B) | 185.77º | 0.97% | 0.96% | - |
| XYZ | 43.11 | 59.47 | 96.4 | - |
| YUV | 161.04 | 175.94 | 18.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 246 | 0.97 | 0.09 | 0 | 0.04 | 185.77 | 0.94 | 0.5 |
| Hex | 7 | DF | F6 | 61 | 9 | 0 | 4 | BA | 5E | 32 |
| Octal | 7 | 337 | 366 | 141 | 11 | 0 | 4 | 272 | 136 | 62 |
| Binary | 111 | 11011111 | 11110110 | 1100001 | 1001 | 0 | 100 | 10111010 | 1011110 | 110010 |
Color Harmonies of #07DFF6
Complementary color
Monochromatic Colors of #07DFF6
Black with #07DFF6
Text Example
Text Example
White with #07DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DFF6; }
p { color: rgb(7,223,246); }
H1.HeaderClassName
{
color: #07DFF6;
}
.AnyTagClassName
{
color: #07DFF6;
}
</style>
background-color css
<style>
a { background-color: #07DFF6; }
a { background-color: rgb(7,223,246); }
div.DivClassName
{
background-color: #07DFF6;
}
.BgClassName
{
background-color: #07DFF6;
}
</style>
border-color css
<style>
span { border-color: #07DFF6; }
span { border-color: rgb(7,223,246); }
td.TdClassName
{
border-color: #07DFF6;
}
.TagClassName
{
border-color: #07DFF6;
}
</style>