Shades of Dark Turquoise #07CEE1
Tints of Dark Turquoise #07CEE1
RGB
CMYK
RGB Variations
Color information
#07CEE1 (or 0x07CEE1) is known color: Dark Turquoise. HEX triplet: 07, CE and E1. RGB value is (7,206,225). Sum of RGB (Red+Green+Blue) = 7+206+225=438 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.60% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #07CEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CEE1 is #F8311E. Grayscale: #949494. Windows color (decimal): -16265503 or 14798343. OLE color: 14798343.
HSL color Cylindrical-coordinate representation of color #07CEE1: hue angle of 185.23º 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 #07CEE1 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 206 | 225 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.12 |
| HSL | 185.23º | 0.94% | 0.45% | - |
| HSV(B) | 185.23º | 0.97% | 0.88% | - |
| XYZ | 35.75 | 49.62 | 78.93 | - |
| YUV | 148.67 | 171.07 | 26.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 225 | 0.97 | 0.08 | 0 | 0.12 | 185.23 | 0.94 | 0.45 |
| Hex | 7 | CE | E1 | 61 | 8 | 0 | C | B9 | 5E | 2D |
| Octal | 7 | 316 | 341 | 141 | 10 | 0 | 14 | 271 | 136 | 55 |
| Binary | 111 | 11001110 | 11100001 | 1100001 | 1000 | 0 | 1100 | 10111001 | 1011110 | 101101 |
Color Harmonies of #07CEE1
Complementary color
Monochromatic Colors of #07CEE1
Black with #07CEE1
Text Example
Text Example
White with #07CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CEE1; }
p { color: rgb(7,206,225); }
H1.HeaderClassName
{
color: #07CEE1;
}
.AnyTagClassName
{
color: #07CEE1;
}
</style>
background-color css
<style>
a { background-color: #07CEE1; }
a { background-color: rgb(7,206,225); }
div.DivClassName
{
background-color: #07CEE1;
}
.BgClassName
{
background-color: #07CEE1;
}
</style>
border-color css
<style>
span { border-color: #07CEE1; }
span { border-color: rgb(7,206,225); }
td.TdClassName
{
border-color: #07CEE1;
}
.TagClassName
{
border-color: #07CEE1;
}
</style>