Shades of Dark Turquoise #07CCE3
Tints of Dark Turquoise #07CCE3
RGB
CMYK
RGB Variations
Color information
#07CCE3 (or 0x07CCE3) is known color: Dark Turquoise. HEX triplet: 07, CC and E3. RGB value is (7,204,227). Sum of RGB (Red+Green+Blue) = 7+204+227=438 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.60% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 227 (89.06% from 255 or 51.83% from 438); Max value from RGB is 227 - color contains mainly: blue. Hex color #07CCE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CCE3 is #F8331C. Grayscale: #939393. Windows color (decimal): -16266013 or 14928903. OLE color: 14928903.
HSL color Cylindrical-coordinate representation of color #07CCE3: hue angle of 186.27º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CCE3 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 204 | 227 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.11 |
| HSL | 186.27º | 0.94% | 0.46% | - |
| HSV(B) | 186.27º | 0.97% | 0.89% | - |
| XYZ | 35.55 | 48.78 | 80.21 | - |
| YUV | 147.72 | 172.73 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 227 | 0.97 | 0.10 | 0 | 0.11 | 186.27 | 0.94 | 0.46 |
| Hex | 7 | CC | E3 | 61 | A | 0 | B | BA | 5E | 2E |
| Octal | 7 | 314 | 343 | 141 | 12 | 0 | 13 | 272 | 136 | 56 |
| Binary | 111 | 11001100 | 11100011 | 1100001 | 1010 | 0 | 1011 | 10111010 | 1011110 | 101110 |
Color Harmonies of #07CCE3
Complementary color
Monochromatic Colors of #07CCE3
Black with #07CCE3
Text Example
Text Example
White with #07CCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CCE3; }
p { color: rgb(7,204,227); }
H1.HeaderClassName
{
color: #07CCE3;
}
.AnyTagClassName
{
color: #07CCE3;
}
</style>
background-color css
<style>
a { background-color: #07CCE3; }
a { background-color: rgb(7,204,227); }
div.DivClassName
{
background-color: #07CCE3;
}
.BgClassName
{
background-color: #07CCE3;
}
</style>
border-color css
<style>
span { border-color: #07CCE3; }
span { border-color: rgb(7,204,227); }
td.TdClassName
{
border-color: #07CCE3;
}
.TagClassName
{
border-color: #07CCE3;
}
</style>