Shades of Bright Turquoise #0DF4BD
Tints of Bright Turquoise #0DF4BD
RGB
CMYK
RGB Variations
Color information
#0DF4BD (or 0x0DF4BD) is known color: Bright Turquoise. HEX triplet: 0D, F4 and BD. RGB value is (13,244,189). Sum of RGB (Red+Green+Blue) = 13+244+189=446 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 446); Green value is 244 (95.70% from 255 or 54.71% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 244 - color contains mainly: green. Hex color #0DF4BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF4BD is #F20B42. Grayscale: #A8A8A8. Windows color (decimal): -15862595 or 12448781. OLE color: 12448781.
HSL color Cylindrical-coordinate representation of color #0DF4BD: hue angle of 165.71º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF4BD is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 244 | 189 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.04 |
| HSL | 165.71º | 0.91% | 0.5% | - |
| HSV(B) | 165.71º | 0.95% | 0.96% | - |
| XYZ | 41.7 | 68.46 | 59.16 | - |
| YUV | 168.66 | 139.47 | 16.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 244 | 189 | 0.95 | 0 | 0.23 | 0.04 | 165.71 | 0.91 | 0.5 |
| Hex | D | F4 | BD | 5F | 0 | 17 | 4 | A6 | 5B | 32 |
| Octal | 15 | 364 | 275 | 137 | 0 | 27 | 4 | 246 | 133 | 62 |
| Binary | 1101 | 11110100 | 10111101 | 1011111 | 0 | 10111 | 100 | 10100110 | 1011011 | 110010 |
Color Harmonies of #0DF4BD
Complementary color
Monochromatic Colors of #0DF4BD
Black with #0DF4BD
Text Example
Text Example
White with #0DF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF4BD; }
p { color: rgb(13,244,189); }
H1.HeaderClassName
{
color: #0DF4BD;
}
.AnyTagClassName
{
color: #0DF4BD;
}
</style>
background-color css
<style>
a { background-color: #0DF4BD; }
a { background-color: rgb(13,244,189); }
div.DivClassName
{
background-color: #0DF4BD;
}
.BgClassName
{
background-color: #0DF4BD;
}
</style>
border-color css
<style>
span { border-color: #0DF4BD; }
span { border-color: rgb(13,244,189); }
td.TdClassName
{
border-color: #0DF4BD;
}
.TagClassName
{
border-color: #0DF4BD;
}
</style>