Shades of Dark Turquoise #07CEDA
Tints of Dark Turquoise #07CEDA
RGB
CMYK
RGB Variations
Color information
#07CEDA (or 0x07CEDA) is known color: Dark Turquoise. HEX triplet: 07, CE and DA. RGB value is (7,206,218). Sum of RGB (Red+Green+Blue) = 7+206+218=431 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #07CEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CEDA is #F83125. Grayscale: #939393. Windows color (decimal): -16265510 or 14339591. OLE color: 14339591.
HSL color Cylindrical-coordinate representation of color #07CEDA: hue angle of 183.41º 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 #07CEDA is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 206 | 218 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.15 |
| HSL | 183.41º | 0.94% | 0.44% | - |
| HSV(B) | 183.41º | 0.97% | 0.85% | - |
| XYZ | 34.81 | 49.25 | 74 | - |
| YUV | 147.87 | 167.57 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 218 | 0.97 | 0.06 | 0 | 0.15 | 183.41 | 0.94 | 0.44 |
| Hex | 7 | CE | DA | 61 | 6 | 0 | F | B7 | 5E | 2C |
| Octal | 7 | 316 | 332 | 141 | 6 | 0 | 17 | 267 | 136 | 54 |
| Binary | 111 | 11001110 | 11011010 | 1100001 | 110 | 0 | 1111 | 10110111 | 1011110 | 101100 |
Color Harmonies of #07CEDA
Complementary color
Monochromatic Colors of #07CEDA
Black with #07CEDA
Text Example
Text Example
White with #07CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CEDA; }
p { color: rgb(7,206,218); }
H1.HeaderClassName
{
color: #07CEDA;
}
.AnyTagClassName
{
color: #07CEDA;
}
</style>
background-color css
<style>
a { background-color: #07CEDA; }
a { background-color: rgb(7,206,218); }
div.DivClassName
{
background-color: #07CEDA;
}
.BgClassName
{
background-color: #07CEDA;
}
</style>
border-color css
<style>
span { border-color: #07CEDA; }
span { border-color: rgb(7,206,218); }
td.TdClassName
{
border-color: #07CEDA;
}
.TagClassName
{
border-color: #07CEDA;
}
</style>