Shades of Bright Turquoise #0DFACB
Tints of Bright Turquoise #0DFACB
RGB
CMYK
RGB Variations
Color information
#0DFACB (or 0x0DFACB) is known color: Bright Turquoise. HEX triplet: 0D, FA and CB. RGB value is (13,250,203). Sum of RGB (Red+Green+Blue) = 13+250+203=466 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.79% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFACB is #F20534. Grayscale: #ADADAD. Windows color (decimal): -15861045 or 13367821. OLE color: 13367821.
HSL color Cylindrical-coordinate representation of color #0DFACB: hue angle of 168.1º 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 #0DFACB is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 250 | 203 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.02 |
| HSL | 168.1º | 0.96% | 0.52% | - |
| HSV(B) | 168.1º | 0.95% | 0.98% | - |
| XYZ | 45.13 | 72.77 | 68.17 | - |
| YUV | 173.78 | 144.48 | 13.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 250 | 203 | 0.95 | 0 | 0.19 | 0.02 | 168.1 | 0.96 | 0.52 |
| Hex | D | FA | CB | 5F | 0 | 13 | 2 | A8 | 60 | 34 |
| Octal | 15 | 372 | 313 | 137 | 0 | 23 | 2 | 250 | 140 | 64 |
| Binary | 1101 | 11111010 | 11001011 | 1011111 | 0 | 10011 | 10 | 10101000 | 1100000 | 110100 |
Color Harmonies of #0DFACB
Complementary color
Monochromatic Colors of #0DFACB
Black with #0DFACB
Text Example
Text Example
White with #0DFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFACB; }
p { color: rgb(13,250,203); }
H1.HeaderClassName
{
color: #0DFACB;
}
.AnyTagClassName
{
color: #0DFACB;
}
</style>
background-color css
<style>
a { background-color: #0DFACB; }
a { background-color: rgb(13,250,203); }
div.DivClassName
{
background-color: #0DFACB;
}
.BgClassName
{
background-color: #0DFACB;
}
</style>
border-color css
<style>
span { border-color: #0DFACB; }
span { border-color: rgb(13,250,203); }
td.TdClassName
{
border-color: #0DFACB;
}
.TagClassName
{
border-color: #0DFACB;
}
</style>