Shades of Bright Turquoise #0DFECF
Tints of Bright Turquoise #0DFECF
RGB
CMYK
RGB Variations
Color information
#0DFECF (or 0x0DFECF) is known color: Bright Turquoise. HEX triplet: 0D, FE and CF. RGB value is (13,254,207). Sum of RGB (Red+Green+Blue) = 13+254+207=474 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.74% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFECF is #F20130. Grayscale: #B0B0B0. Windows color (decimal): -15860017 or 13630989. OLE color: 13630989.
HSL color Cylindrical-coordinate representation of color #0DFECF: hue angle of 168.3º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFECF is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 207 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.00 |
| HSL | 168.3º | 0.99% | 0.52% | - |
| HSV(B) | 168.3º | 0.95% | 1% | - |
| XYZ | 46.87 | 75.47 | 71.13 | - |
| YUV | 176.58 | 145.16 | 11.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 207 | 0.95 | 0 | 0.19 | 0.00 | 168.3 | 0.99 | 0.52 |
| Hex | D | FE | CF | 5F | 0 | 13 | 0 | A8 | 63 | 34 |
| Octal | 15 | 376 | 317 | 137 | 0 | 23 | 0 | 250 | 143 | 64 |
| Binary | 1101 | 11111110 | 11001111 | 1011111 | 0 | 10011 | 0 | 10101000 | 1100011 | 110100 |
Color Harmonies of #0DFECF
Complementary color
Monochromatic Colors of #0DFECF
Black with #0DFECF
Text Example
Text Example
White with #0DFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFECF; }
p { color: rgb(13,254,207); }
H1.HeaderClassName
{
color: #0DFECF;
}
.AnyTagClassName
{
color: #0DFECF;
}
</style>
background-color css
<style>
a { background-color: #0DFECF; }
a { background-color: rgb(13,254,207); }
div.DivClassName
{
background-color: #0DFECF;
}
.BgClassName
{
background-color: #0DFECF;
}
</style>
border-color css
<style>
span { border-color: #0DFECF; }
span { border-color: rgb(13,254,207); }
td.TdClassName
{
border-color: #0DFECF;
}
.TagClassName
{
border-color: #0DFECF;
}
</style>