Shades of Bright Turquoise #0DFADB
Tints of Bright Turquoise #0DFADB
RGB
CMYK
RGB Variations
Color information
#0DFADB (or 0x0DFADB) is known color: Bright Turquoise. HEX triplet: 0D, FA and DB. RGB value is (13,250,219). Sum of RGB (Red+Green+Blue) = 13+250+219=482 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.70% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFADB is #F20524. Grayscale: #AFAFAF. Windows color (decimal): -15861029 or 14416397. OLE color: 14416397.
HSL color Cylindrical-coordinate representation of color #0DFADB: hue angle of 172.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFADB is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 250 | 219 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.02 |
| HSL | 172.15º | 0.96% | 0.52% | - |
| HSV(B) | 172.15º | 0.95% | 0.98% | - |
| XYZ | 47.14 | 73.57 | 78.73 | - |
| YUV | 175.6 | 152.48 | 12.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 250 | 219 | 0.95 | 0 | 0.12 | 0.02 | 172.15 | 0.96 | 0.52 |
| Hex | D | FA | DB | 5F | 0 | C | 2 | AC | 60 | 34 |
| Octal | 15 | 372 | 333 | 137 | 0 | 14 | 2 | 254 | 140 | 64 |
| Binary | 1101 | 11111010 | 11011011 | 1011111 | 0 | 1100 | 10 | 10101100 | 1100000 | 110100 |
Color Harmonies of #0DFADB
Complementary color
Monochromatic Colors of #0DFADB
Black with #0DFADB
Text Example
Text Example
White with #0DFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFADB; }
p { color: rgb(13,250,219); }
H1.HeaderClassName
{
color: #0DFADB;
}
.AnyTagClassName
{
color: #0DFADB;
}
</style>
background-color css
<style>
a { background-color: #0DFADB; }
a { background-color: rgb(13,250,219); }
div.DivClassName
{
background-color: #0DFADB;
}
.BgClassName
{
background-color: #0DFADB;
}
</style>
border-color css
<style>
span { border-color: #0DFADB; }
span { border-color: rgb(13,250,219); }
td.TdClassName
{
border-color: #0DFADB;
}
.TagClassName
{
border-color: #0DFADB;
}
</style>