Shades of Bright Turquoise #0DFEDB
Tints of Bright Turquoise #0DFEDB
RGB
CMYK
RGB Variations
Color information
#0DFEDB (or 0x0DFEDB) is known color: Bright Turquoise. HEX triplet: 0D, FE and DB. RGB value is (13,254,219). Sum of RGB (Red+Green+Blue) = 13+254+219=486 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFEDB is #F20124. Grayscale: #B1B1B1. Windows color (decimal): -15860005 or 14417421. OLE color: 14417421.
HSL color Cylindrical-coordinate representation of color #0DFEDB: hue angle of 171.29º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFEDB is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 219 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.00 |
| HSL | 171.29º | 0.99% | 0.52% | - |
| HSV(B) | 171.29º | 0.95% | 1% | - |
| XYZ | 48.39 | 76.08 | 79.15 | - |
| YUV | 177.95 | 151.16 | 10.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 219 | 0.95 | 0 | 0.14 | 0.00 | 171.29 | 0.99 | 0.52 |
| Hex | D | FE | DB | 5F | 0 | E | 0 | AB | 63 | 34 |
| Octal | 15 | 376 | 333 | 137 | 0 | 16 | 0 | 253 | 143 | 64 |
| Binary | 1101 | 11111110 | 11011011 | 1011111 | 0 | 1110 | 0 | 10101011 | 1100011 | 110100 |
Color Harmonies of #0DFEDB
Complementary color
Monochromatic Colors of #0DFEDB
Black with #0DFEDB
Text Example
Text Example
White with #0DFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFEDB; }
p { color: rgb(13,254,219); }
H1.HeaderClassName
{
color: #0DFEDB;
}
.AnyTagClassName
{
color: #0DFEDB;
}
</style>
background-color css
<style>
a { background-color: #0DFEDB; }
a { background-color: rgb(13,254,219); }
div.DivClassName
{
background-color: #0DFEDB;
}
.BgClassName
{
background-color: #0DFEDB;
}
</style>
border-color css
<style>
span { border-color: #0DFEDB; }
span { border-color: rgb(13,254,219); }
td.TdClassName
{
border-color: #0DFEDB;
}
.TagClassName
{
border-color: #0DFEDB;
}
</style>