Shades of Dark Turquoise #07CFDA
Tints of Dark Turquoise #07CFDA
RGB
CMYK
RGB Variations
Color information
#07CFDA (or 0x07CFDA) is known color: Dark Turquoise. HEX triplet: 07, CF and DA. RGB value is (7,207,218). Sum of RGB (Red+Green+Blue) = 7+207+218=432 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #07CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CFDA is #F83025. Grayscale: #949494. Windows color (decimal): -16265254 or 14339847. OLE color: 14339847.
HSL color Cylindrical-coordinate representation of color #07CFDA: hue angle of 183.13º 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 #07CFDA is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 207 | 218 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.15 |
| HSL | 183.13º | 0.94% | 0.44% | - |
| HSV(B) | 183.13º | 0.97% | 0.85% | - |
| XYZ | 35.06 | 49.73 | 74.08 | - |
| YUV | 148.45 | 167.24 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 218 | 0.97 | 0.05 | 0 | 0.15 | 183.13 | 0.94 | 0.44 |
| Hex | 7 | CF | DA | 61 | 5 | 0 | F | B7 | 5E | 2C |
| Octal | 7 | 317 | 332 | 141 | 5 | 0 | 17 | 267 | 136 | 54 |
| Binary | 111 | 11001111 | 11011010 | 1100001 | 101 | 0 | 1111 | 10110111 | 1011110 | 101100 |
Color Harmonies of #07CFDA
Complementary color
Monochromatic Colors of #07CFDA
Black with #07CFDA
Text Example
Text Example
White with #07CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFDA; }
p { color: rgb(7,207,218); }
H1.HeaderClassName
{
color: #07CFDA;
}
.AnyTagClassName
{
color: #07CFDA;
}
</style>
background-color css
<style>
a { background-color: #07CFDA; }
a { background-color: rgb(7,207,218); }
div.DivClassName
{
background-color: #07CFDA;
}
.BgClassName
{
background-color: #07CFDA;
}
</style>
border-color css
<style>
span { border-color: #07CFDA; }
span { border-color: rgb(7,207,218); }
td.TdClassName
{
border-color: #07CFDA;
}
.TagClassName
{
border-color: #07CFDA;
}
</style>