Shades of Bright Turquoise #00DBE1
Tints of Bright Turquoise #00DBE1
RGB
CMYK
RGB Variations
Color information
#00DBE1 (or 0x00DBE1) is known color: Bright Turquoise. HEX triplet: 00, DB and E1. RGB value is (0,219,225). Sum of RGB (Red+Green+Blue) = 0+219+225=444 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #00DBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DBE1 is #FF241E. Grayscale: #999999. Windows color (decimal): -16720927 or 14801664. OLE color: 14801664.
HSL color Cylindrical-coordinate representation of color #00DBE1: hue angle of 181.6º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DBE1 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 219 | 225 | - |
| CMYK | 1 | 0.03 | 0 | 0.12 |
| HSL | 181.6º | 1% | 0.44% | - |
| HSV(B) | 181.6º | 1% | 0.88% | - |
| XYZ | 38.92 | 56.1 | 80.01 | - |
| YUV | 154.2 | 167.95 | 18.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 225 | 1 | 0.03 | 0 | 0.12 | 181.6 | 1 | 0.44 |
| Hex | 0 | DB | E1 | 64 | 3 | 0 | C | B6 | 64 | 2C |
| Octal | 0 | 333 | 341 | 144 | 3 | 0 | 14 | 266 | 144 | 54 |
| Binary | 0 | 11011011 | 11100001 | 1100100 | 11 | 0 | 1100 | 10110110 | 1100100 | 101100 |
Color Harmonies of #00DBE1
Complementary color
Monochromatic Colors of #00DBE1
Black with #00DBE1
Text Example
Text Example
White with #00DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DBE1; }
p { color: rgb(0,219,225); }
H1.HeaderClassName
{
color: #00DBE1;
}
.AnyTagClassName
{
color: #00DBE1;
}
</style>
background-color css
<style>
a { background-color: #00DBE1; }
a { background-color: rgb(0,219,225); }
div.DivClassName
{
background-color: #00DBE1;
}
.BgClassName
{
background-color: #00DBE1;
}
</style>
border-color css
<style>
span { border-color: #00DBE1; }
span { border-color: rgb(0,219,225); }
td.TdClassName
{
border-color: #00DBE1;
}
.TagClassName
{
border-color: #00DBE1;
}
</style>