Shades of Bright Turquoise #07DBE5
Tints of Bright Turquoise #07DBE5
RGB
CMYK
RGB Variations
Color information
#07DBE5 (or 0x07DBE5) is known color: Bright Turquoise. HEX triplet: 07, DB and E5. RGB value is (7,219,229). Sum of RGB (Red+Green+Blue) = 7+219+229=455 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #07DBE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DBE5 is #F8241A. Grayscale: #9C9C9C. Windows color (decimal): -16262171 or 15063815. OLE color: 15063815.
HSL color Cylindrical-coordinate representation of color #07DBE5: hue angle of 182.7º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DBE5 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 219 | 229 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.10 |
| HSL | 182.7º | 0.94% | 0.46% | - |
| HSV(B) | 182.7º | 0.97% | 0.9% | - |
| XYZ | 39.56 | 56.37 | 82.92 | - |
| YUV | 156.75 | 168.76 | 21.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 229 | 0.97 | 0.04 | 0 | 0.10 | 182.7 | 0.94 | 0.46 |
| Hex | 7 | DB | E5 | 61 | 4 | 0 | A | B7 | 5E | 2E |
| Octal | 7 | 333 | 345 | 141 | 4 | 0 | 12 | 267 | 136 | 56 |
| Binary | 111 | 11011011 | 11100101 | 1100001 | 100 | 0 | 1010 | 10110111 | 1011110 | 101110 |
Color Harmonies of #07DBE5
Complementary color
Monochromatic Colors of #07DBE5
Black with #07DBE5
Text Example
Text Example
White with #07DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBE5; }
p { color: rgb(7,219,229); }
H1.HeaderClassName
{
color: #07DBE5;
}
.AnyTagClassName
{
color: #07DBE5;
}
</style>
background-color css
<style>
a { background-color: #07DBE5; }
a { background-color: rgb(7,219,229); }
div.DivClassName
{
background-color: #07DBE5;
}
.BgClassName
{
background-color: #07DBE5;
}
</style>
border-color css
<style>
span { border-color: #07DBE5; }
span { border-color: rgb(7,219,229); }
td.TdClassName
{
border-color: #07DBE5;
}
.TagClassName
{
border-color: #07DBE5;
}
</style>