Shades of Bright Turquoise #0DFEE0
Tints of Bright Turquoise #0DFEE0
RGB
CMYK
RGB Variations
Color information
#0DFEE0 (or 0x0DFEE0) is known color: Bright Turquoise. HEX triplet: 0D, FE and E0. RGB value is (13,254,224). Sum of RGB (Red+Green+Blue) = 13+254+224=491 (65% of max value = 765). Red value is 13 (5.47% from 255 or 2.65% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFEE0 is #F2011F. Grayscale: #B2B2B2. Windows color (decimal): -15860000 or 14745101. OLE color: 14745101.
HSL color Cylindrical-coordinate representation of color #0DFEE0: hue angle of 172.53º 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 #0DFEE0 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 224 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.00 |
| HSL | 172.53º | 0.99% | 0.52% | - |
| HSV(B) | 172.53º | 0.95% | 1% | - |
| XYZ | 49.06 | 76.35 | 82.67 | - |
| YUV | 178.52 | 153.66 | 9.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 224 | 0.95 | 0 | 0.12 | 0.00 | 172.53 | 0.99 | 0.52 |
| Hex | D | FE | E0 | 5F | 0 | C | 0 | AD | 63 | 34 |
| Octal | 15 | 376 | 340 | 137 | 0 | 14 | 0 | 255 | 143 | 64 |
| Binary | 1101 | 11111110 | 11100000 | 1011111 | 0 | 1100 | 0 | 10101101 | 1100011 | 110100 |
Color Harmonies of #0DFEE0
Complementary color
Monochromatic Colors of #0DFEE0
Black with #0DFEE0
Text Example
Text Example
White with #0DFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFEE0; }
p { color: rgb(13,254,224); }
H1.HeaderClassName
{
color: #0DFEE0;
}
.AnyTagClassName
{
color: #0DFEE0;
}
</style>
background-color css
<style>
a { background-color: #0DFEE0; }
a { background-color: rgb(13,254,224); }
div.DivClassName
{
background-color: #0DFEE0;
}
.BgClassName
{
background-color: #0DFEE0;
}
</style>
border-color css
<style>
span { border-color: #0DFEE0; }
span { border-color: rgb(13,254,224); }
td.TdClassName
{
border-color: #0DFEE0;
}
.TagClassName
{
border-color: #0DFEE0;
}
</style>