Shades of Dark Turquoise #07CFDE
Tints of Dark Turquoise #07CFDE
RGB
CMYK
RGB Variations
Color information
#07CFDE (or 0x07CFDE) is known color: Dark Turquoise. HEX triplet: 07, CF and DE. RGB value is (7,207,222). Sum of RGB (Red+Green+Blue) = 7+207+222=436 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #07CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CFDE is #F83021. Grayscale: #949494. Windows color (decimal): -16265250 or 14601991. OLE color: 14601991.
HSL color Cylindrical-coordinate representation of color #07CFDE: hue angle of 184.19º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CFDE is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 207 | 222 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.13 |
| HSL | 184.19º | 0.94% | 0.45% | - |
| HSV(B) | 184.19º | 0.97% | 0.87% | - |
| XYZ | 35.59 | 49.94 | 76.87 | - |
| YUV | 148.91 | 169.24 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 222 | 0.97 | 0.07 | 0 | 0.13 | 184.19 | 0.94 | 0.45 |
| Hex | 7 | CF | DE | 61 | 7 | 0 | D | B8 | 5E | 2D |
| Octal | 7 | 317 | 336 | 141 | 7 | 0 | 15 | 270 | 136 | 55 |
| Binary | 111 | 11001111 | 11011110 | 1100001 | 111 | 0 | 1101 | 10111000 | 1011110 | 101101 |
Color Harmonies of #07CFDE
Complementary color
Monochromatic Colors of #07CFDE
Black with #07CFDE
Text Example
Text Example
White with #07CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFDE; }
p { color: rgb(7,207,222); }
H1.HeaderClassName
{
color: #07CFDE;
}
.AnyTagClassName
{
color: #07CFDE;
}
</style>
background-color css
<style>
a { background-color: #07CFDE; }
a { background-color: rgb(7,207,222); }
div.DivClassName
{
background-color: #07CFDE;
}
.BgClassName
{
background-color: #07CFDE;
}
</style>
border-color css
<style>
span { border-color: #07CFDE; }
span { border-color: rgb(7,207,222); }
td.TdClassName
{
border-color: #07CFDE;
}
.TagClassName
{
border-color: #07CFDE;
}
</style>