Shades of Bright Turquoise #0DEBBC
Tints of Bright Turquoise #0DEBBC
RGB
CMYK
RGB Variations
Color information
#0DEBBC (or 0x0DEBBC) is known color: Bright Turquoise. HEX triplet: 0D, EB and BC. RGB value is (13,235,188). Sum of RGB (Red+Green+Blue) = 13+235+188=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEBBC is #F21443. Grayscale: #A3A3A3. Windows color (decimal): -15864900 or 12380941. OLE color: 12380941.
HSL color Cylindrical-coordinate representation of color #0DEBBC: hue angle of 167.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEBBC is Cyan = 0.94, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 235 | 188 | - |
| CMYK | 0.94 | 0 | 0.2 | 0.08 |
| HSL | 167.3º | 0.9% | 0.49% | - |
| HSV(B) | 167.3º | 0.94% | 0.92% | - |
| XYZ | 38.95 | 63.13 | 57.71 | - |
| YUV | 163.26 | 141.95 | 20.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 235 | 188 | 0.94 | 0 | 0.2 | 0.08 | 167.3 | 0.9 | 0.49 |
| Hex | D | EB | BC | 5E | 0 | 14 | 8 | A7 | 5A | 31 |
| Octal | 15 | 353 | 274 | 136 | 0 | 24 | 10 | 247 | 132 | 61 |
| Binary | 1101 | 11101011 | 10111100 | 1011110 | 0 | 10100 | 1000 | 10100111 | 1011010 | 110001 |
Color Harmonies of #0DEBBC
Complementary color
Monochromatic Colors of #0DEBBC
Black with #0DEBBC
Text Example
Text Example
White with #0DEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEBBC; }
p { color: rgb(13,235,188); }
H1.HeaderClassName
{
color: #0DEBBC;
}
.AnyTagClassName
{
color: #0DEBBC;
}
</style>
background-color css
<style>
a { background-color: #0DEBBC; }
a { background-color: rgb(13,235,188); }
div.DivClassName
{
background-color: #0DEBBC;
}
.BgClassName
{
background-color: #0DEBBC;
}
</style>
border-color css
<style>
span { border-color: #0DEBBC; }
span { border-color: rgb(13,235,188); }
td.TdClassName
{
border-color: #0DEBBC;
}
.TagClassName
{
border-color: #0DEBBC;
}
</style>