Shades of Dark Turquoise #07CDD8
Tints of Dark Turquoise #07CDD8
RGB
CMYK
RGB Variations
Color information
#07CDD8 (or 0x07CDD8) is known color: Dark Turquoise. HEX triplet: 07, CD and D8. RGB value is (7,205,216). Sum of RGB (Red+Green+Blue) = 7+205+216=428 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #07CDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CDD8 is #F83227. Grayscale: #929292. Windows color (decimal): -16265768 or 14208263. OLE color: 14208263.
HSL color Cylindrical-coordinate representation of color #07CDD8: hue angle of 183.16º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CDD8 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 205 | 216 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.15 |
| HSL | 183.16º | 0.94% | 0.44% | - |
| HSV(B) | 183.16º | 0.97% | 0.85% | - |
| XYZ | 34.31 | 48.67 | 72.55 | - |
| YUV | 147.05 | 166.9 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 205 | 216 | 0.97 | 0.05 | 0 | 0.15 | 183.16 | 0.94 | 0.44 |
| Hex | 7 | CD | D8 | 61 | 5 | 0 | F | B7 | 5E | 2C |
| Octal | 7 | 315 | 330 | 141 | 5 | 0 | 17 | 267 | 136 | 54 |
| Binary | 111 | 11001101 | 11011000 | 1100001 | 101 | 0 | 1111 | 10110111 | 1011110 | 101100 |
Color Harmonies of #07CDD8
Complementary color
Monochromatic Colors of #07CDD8
Black with #07CDD8
Text Example
Text Example
White with #07CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CDD8; }
p { color: rgb(7,205,216); }
H1.HeaderClassName
{
color: #07CDD8;
}
.AnyTagClassName
{
color: #07CDD8;
}
</style>
background-color css
<style>
a { background-color: #07CDD8; }
a { background-color: rgb(7,205,216); }
div.DivClassName
{
background-color: #07CDD8;
}
.BgClassName
{
background-color: #07CDD8;
}
</style>
border-color css
<style>
span { border-color: #07CDD8; }
span { border-color: rgb(7,205,216); }
td.TdClassName
{
border-color: #07CDD8;
}
.TagClassName
{
border-color: #07CDD8;
}
</style>