Shades of Bright Turquoise #0DF1DB
Tints of Bright Turquoise #0DF1DB
RGB
CMYK
RGB Variations
Color information
#0DF1DB (or 0x0DF1DB) is known color: Bright Turquoise. HEX triplet: 0D, F1 and DB. RGB value is (13,241,219). Sum of RGB (Red+Green+Blue) = 13+241+219=473 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF1DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF1DB is #F20E24. Grayscale: #AAAAAA. Windows color (decimal): -15863333 or 14414093. OLE color: 14414093.
HSL color Cylindrical-coordinate representation of color #0DF1DB: hue angle of 174.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF1DB is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 219 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.05 |
| HSL | 174.21º | 0.9% | 0.5% | - |
| HSV(B) | 174.21º | 0.95% | 0.95% | - |
| XYZ | 44.41 | 68.11 | 77.82 | - |
| YUV | 170.32 | 155.46 | 15.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 219 | 0.95 | 0 | 0.09 | 0.05 | 174.21 | 0.9 | 0.5 |
| Hex | D | F1 | DB | 5F | 0 | 9 | 5 | AE | 5A | 32 |
| Octal | 15 | 361 | 333 | 137 | 0 | 11 | 5 | 256 | 132 | 62 |
| Binary | 1101 | 11110001 | 11011011 | 1011111 | 0 | 1001 | 101 | 10101110 | 1011010 | 110010 |
Color Harmonies of #0DF1DB
Complementary color
Monochromatic Colors of #0DF1DB
Black with #0DF1DB
Text Example
Text Example
White with #0DF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF1DB; }
p { color: rgb(13,241,219); }
H1.HeaderClassName
{
color: #0DF1DB;
}
.AnyTagClassName
{
color: #0DF1DB;
}
</style>
background-color css
<style>
a { background-color: #0DF1DB; }
a { background-color: rgb(13,241,219); }
div.DivClassName
{
background-color: #0DF1DB;
}
.BgClassName
{
background-color: #0DF1DB;
}
</style>
border-color css
<style>
span { border-color: #0DF1DB; }
span { border-color: rgb(13,241,219); }
td.TdClassName
{
border-color: #0DF1DB;
}
.TagClassName
{
border-color: #0DF1DB;
}
</style>