Shades of Dark Turquoise #07CFE1
Tints of Dark Turquoise #07CFE1
RGB
CMYK
RGB Variations
Color information
#07CFE1 (or 0x07CFE1) is known color: Dark Turquoise. HEX triplet: 07, CF and E1. RGB value is (7,207,225). Sum of RGB (Red+Green+Blue) = 7+207+225=439 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #07CFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CFE1 is #F8301E. Grayscale: #949494. Windows color (decimal): -16265247 or 14798599. OLE color: 14798599.
HSL color Cylindrical-coordinate representation of color #07CFE1: hue angle of 184.95º 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 #07CFE1 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 207 | 225 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.12 |
| HSL | 184.95º | 0.94% | 0.45% | - |
| HSV(B) | 184.95º | 0.97% | 0.88% | - |
| XYZ | 35.99 | 50.11 | 79.01 | - |
| YUV | 149.25 | 170.74 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 225 | 0.97 | 0.08 | 0 | 0.12 | 184.95 | 0.94 | 0.45 |
| Hex | 7 | CF | E1 | 61 | 8 | 0 | C | B9 | 5E | 2D |
| Octal | 7 | 317 | 341 | 141 | 10 | 0 | 14 | 271 | 136 | 55 |
| Binary | 111 | 11001111 | 11100001 | 1100001 | 1000 | 0 | 1100 | 10111001 | 1011110 | 101101 |
Color Harmonies of #07CFE1
Complementary color
Monochromatic Colors of #07CFE1
Black with #07CFE1
Text Example
Text Example
White with #07CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFE1; }
p { color: rgb(7,207,225); }
H1.HeaderClassName
{
color: #07CFE1;
}
.AnyTagClassName
{
color: #07CFE1;
}
</style>
background-color css
<style>
a { background-color: #07CFE1; }
a { background-color: rgb(7,207,225); }
div.DivClassName
{
background-color: #07CFE1;
}
.BgClassName
{
background-color: #07CFE1;
}
</style>
border-color css
<style>
span { border-color: #07CFE1; }
span { border-color: rgb(7,207,225); }
td.TdClassName
{
border-color: #07CFE1;
}
.TagClassName
{
border-color: #07CFE1;
}
</style>