Shades of Bright Turquoise #0DFBE5
Tints of Bright Turquoise #0DFBE5
RGB
CMYK
RGB Variations
Color information
#0DFBE5 (or 0x0DFBE5) is known color: Bright Turquoise. HEX triplet: 0D, FB and E5. RGB value is (13,251,229). Sum of RGB (Red+Green+Blue) = 13+251+229=493 (65% of max value = 765). Red value is 13 (5.47% from 255 or 2.64% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFBE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFBE5 is #F2041A. Grayscale: #B1B1B1. Windows color (decimal): -15860763 or 15072013. OLE color: 15072013.
HSL color Cylindrical-coordinate representation of color #0DFBE5: hue angle of 174.45º degrees, saturation: 0.97, 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 #0DFBE5 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 229 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.02 |
| HSL | 174.45º | 0.97% | 0.52% | - |
| HSV(B) | 174.45º | 0.95% | 0.98% | - |
| XYZ | 48.81 | 74.74 | 85.98 | - |
| YUV | 177.33 | 157.15 | 10.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 229 | 0.95 | 0 | 0.09 | 0.02 | 174.45 | 0.97 | 0.52 |
| Hex | D | FB | E5 | 5F | 0 | 9 | 2 | AE | 61 | 34 |
| Octal | 15 | 373 | 345 | 137 | 0 | 11 | 2 | 256 | 141 | 64 |
| Binary | 1101 | 11111011 | 11100101 | 1011111 | 0 | 1001 | 10 | 10101110 | 1100001 | 110100 |
Color Harmonies of #0DFBE5
Complementary color
Monochromatic Colors of #0DFBE5
Black with #0DFBE5
Text Example
Text Example
White with #0DFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFBE5; }
p { color: rgb(13,251,229); }
H1.HeaderClassName
{
color: #0DFBE5;
}
.AnyTagClassName
{
color: #0DFBE5;
}
</style>
background-color css
<style>
a { background-color: #0DFBE5; }
a { background-color: rgb(13,251,229); }
div.DivClassName
{
background-color: #0DFBE5;
}
.BgClassName
{
background-color: #0DFBE5;
}
</style>
border-color css
<style>
span { border-color: #0DFBE5; }
span { border-color: rgb(13,251,229); }
td.TdClassName
{
border-color: #0DFBE5;
}
.TagClassName
{
border-color: #0DFBE5;
}
</style>