Shades of Bright Turquoise #0DFCDB
Tints of Bright Turquoise #0DFCDB
RGB
CMYK
RGB Variations
Color information
#0DFCDB (or 0x0DFCDB) is known color: Bright Turquoise. HEX triplet: 0D, FC and DB. RGB value is (13,252,219). Sum of RGB (Red+Green+Blue) = 13+252+219=484 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.69% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #0DFCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFCDB is #F20324. Grayscale: #B0B0B0. Windows color (decimal): -15860517 or 14416909. OLE color: 14416909.
HSL color Cylindrical-coordinate representation of color #0DFCDB: hue angle of 171.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFCDB is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 252 | 219 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.01 |
| HSL | 171.72º | 0.98% | 0.52% | - |
| HSV(B) | 171.72º | 0.95% | 0.99% | - |
| XYZ | 47.76 | 74.82 | 78.94 | - |
| YUV | 176.78 | 151.82 | 11.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 252 | 219 | 0.95 | 0 | 0.13 | 0.01 | 171.72 | 0.98 | 0.52 |
| Hex | D | FC | DB | 5F | 0 | D | 1 | AC | 62 | 34 |
| Octal | 15 | 374 | 333 | 137 | 0 | 15 | 1 | 254 | 142 | 64 |
| Binary | 1101 | 11111100 | 11011011 | 1011111 | 0 | 1101 | 1 | 10101100 | 1100010 | 110100 |
Color Harmonies of #0DFCDB
Complementary color
Monochromatic Colors of #0DFCDB
Black with #0DFCDB
Text Example
Text Example
White with #0DFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFCDB; }
p { color: rgb(13,252,219); }
H1.HeaderClassName
{
color: #0DFCDB;
}
.AnyTagClassName
{
color: #0DFCDB;
}
</style>
background-color css
<style>
a { background-color: #0DFCDB; }
a { background-color: rgb(13,252,219); }
div.DivClassName
{
background-color: #0DFCDB;
}
.BgClassName
{
background-color: #0DFCDB;
}
</style>
border-color css
<style>
span { border-color: #0DFCDB; }
span { border-color: rgb(13,252,219); }
td.TdClassName
{
border-color: #0DFCDB;
}
.TagClassName
{
border-color: #0DFCDB;
}
</style>