Shades of Bright Turquoise #07DBEC
Tints of Bright Turquoise #07DBEC
RGB
CMYK
RGB Variations
Color information
#07DBEC (or 0x07DBEC) is known color: Bright Turquoise. HEX triplet: 07, DB and EC. RGB value is (7,219,236). Sum of RGB (Red+Green+Blue) = 7+219+236=462 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #07DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DBEC is #F82413. Grayscale: #9D9D9D. Windows color (decimal): -16262164 or 15522567. OLE color: 15522567.
HSL color Cylindrical-coordinate representation of color #07DBEC: hue angle of 184.45º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DBEC is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 219 | 236 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.07 |
| HSL | 184.45º | 0.94% | 0.48% | - |
| HSV(B) | 184.45º | 0.97% | 0.93% | - |
| XYZ | 40.56 | 56.76 | 88.18 | - |
| YUV | 157.55 | 172.26 | 20.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 236 | 0.97 | 0.07 | 0 | 0.07 | 184.45 | 0.94 | 0.48 |
| Hex | 7 | DB | EC | 61 | 7 | 0 | 7 | B8 | 5E | 30 |
| Octal | 7 | 333 | 354 | 141 | 7 | 0 | 7 | 270 | 136 | 60 |
| Binary | 111 | 11011011 | 11101100 | 1100001 | 111 | 0 | 111 | 10111000 | 1011110 | 110000 |
Color Harmonies of #07DBEC
Complementary color
Monochromatic Colors of #07DBEC
Black with #07DBEC
Text Example
Text Example
White with #07DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBEC; }
p { color: rgb(7,219,236); }
H1.HeaderClassName
{
color: #07DBEC;
}
.AnyTagClassName
{
color: #07DBEC;
}
</style>
background-color css
<style>
a { background-color: #07DBEC; }
a { background-color: rgb(7,219,236); }
div.DivClassName
{
background-color: #07DBEC;
}
.BgClassName
{
background-color: #07DBEC;
}
</style>
border-color css
<style>
span { border-color: #07DBEC; }
span { border-color: rgb(7,219,236); }
td.TdClassName
{
border-color: #07DBEC;
}
.TagClassName
{
border-color: #07DBEC;
}
</style>