Shades of Bright Turquoise #0DFACE
Tints of Bright Turquoise #0DFACE
RGB
CMYK
RGB Variations
Color information
#0DFACE (or 0x0DFACE) is known color: Bright Turquoise. HEX triplet: 0D, FA and CE. RGB value is (13,250,206). Sum of RGB (Red+Green+Blue) = 13+250+206=469 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFACE is #F20531. Grayscale: #AEAEAE. Windows color (decimal): -15861042 or 13564429. OLE color: 13564429.
HSL color Cylindrical-coordinate representation of color #0DFACE: hue angle of 168.86º 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 #0DFACE is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 250 | 206 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.02 |
| HSL | 168.86º | 0.96% | 0.52% | - |
| HSV(B) | 168.86º | 0.95% | 0.98% | - |
| XYZ | 45.49 | 72.91 | 70.07 | - |
| YUV | 174.12 | 145.98 | 13.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 250 | 206 | 0.95 | 0 | 0.18 | 0.02 | 168.86 | 0.96 | 0.52 |
| Hex | D | FA | CE | 5F | 0 | 12 | 2 | A9 | 60 | 34 |
| Octal | 15 | 372 | 316 | 137 | 0 | 22 | 2 | 251 | 140 | 64 |
| Binary | 1101 | 11111010 | 11001110 | 1011111 | 0 | 10010 | 10 | 10101001 | 1100000 | 110100 |
Color Harmonies of #0DFACE
Complementary color
Monochromatic Colors of #0DFACE
Black with #0DFACE
Text Example
Text Example
White with #0DFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFACE; }
p { color: rgb(13,250,206); }
H1.HeaderClassName
{
color: #0DFACE;
}
.AnyTagClassName
{
color: #0DFACE;
}
</style>
background-color css
<style>
a { background-color: #0DFACE; }
a { background-color: rgb(13,250,206); }
div.DivClassName
{
background-color: #0DFACE;
}
.BgClassName
{
background-color: #0DFACE;
}
</style>
border-color css
<style>
span { border-color: #0DFACE; }
span { border-color: rgb(13,250,206); }
td.TdClassName
{
border-color: #0DFACE;
}
.TagClassName
{
border-color: #0DFACE;
}
</style>