Shades of Dark Turquoise #07CDE0
Tints of Dark Turquoise #07CDE0
RGB
CMYK
RGB Variations
Color information
#07CDE0 (or 0x07CDE0) is known color: Dark Turquoise. HEX triplet: 07, CD and E0. RGB value is (7,205,224). Sum of RGB (Red+Green+Blue) = 7+205+224=436 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #07CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CDE0 is #F8321F. Grayscale: #939393. Windows color (decimal): -16265760 or 14732551. OLE color: 14732551.
HSL color Cylindrical-coordinate representation of color #07CDE0: hue angle of 185.25º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CDE0 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 205 | 224 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.12 |
| HSL | 185.25º | 0.94% | 0.45% | - |
| HSV(B) | 185.25º | 0.97% | 0.88% | - |
| XYZ | 35.37 | 49.09 | 78.13 | - |
| YUV | 147.96 | 170.9 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 205 | 224 | 0.97 | 0.08 | 0 | 0.12 | 185.25 | 0.94 | 0.45 |
| Hex | 7 | CD | E0 | 61 | 8 | 0 | C | B9 | 5E | 2D |
| Octal | 7 | 315 | 340 | 141 | 10 | 0 | 14 | 271 | 136 | 55 |
| Binary | 111 | 11001101 | 11100000 | 1100001 | 1000 | 0 | 1100 | 10111001 | 1011110 | 101101 |
Color Harmonies of #07CDE0
Complementary color
Monochromatic Colors of #07CDE0
Black with #07CDE0
Text Example
Text Example
White with #07CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CDE0; }
p { color: rgb(7,205,224); }
H1.HeaderClassName
{
color: #07CDE0;
}
.AnyTagClassName
{
color: #07CDE0;
}
</style>
background-color css
<style>
a { background-color: #07CDE0; }
a { background-color: rgb(7,205,224); }
div.DivClassName
{
background-color: #07CDE0;
}
.BgClassName
{
background-color: #07CDE0;
}
</style>
border-color css
<style>
span { border-color: #07CDE0; }
span { border-color: rgb(7,205,224); }
td.TdClassName
{
border-color: #07CDE0;
}
.TagClassName
{
border-color: #07CDE0;
}
</style>