Shades of Bright Turquoise #0DEDCB
Tints of Bright Turquoise #0DEDCB
RGB
CMYK
RGB Variations
Color information
#0DEDCB (or 0x0DEDCB) is known color: Bright Turquoise. HEX triplet: 0D, ED and CB. RGB value is (13,237,203). Sum of RGB (Red+Green+Blue) = 13+237+203=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #0DEDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEDCB is #F21234. Grayscale: #A6A6A6. Windows color (decimal): -15864373 or 13364493. OLE color: 13364493.
HSL color Cylindrical-coordinate representation of color #0DEDCB: hue angle of 170.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEDCB is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 203 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.07 |
| HSL | 170.89º | 0.9% | 0.49% | - |
| HSV(B) | 170.89º | 0.95% | 0.93% | - |
| XYZ | 41.23 | 64.97 | 66.87 | - |
| YUV | 166.15 | 148.79 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 203 | 0.95 | 0 | 0.14 | 0.07 | 170.89 | 0.9 | 0.49 |
| Hex | D | ED | CB | 5F | 0 | E | 7 | AB | 5A | 31 |
| Octal | 15 | 355 | 313 | 137 | 0 | 16 | 7 | 253 | 132 | 61 |
| Binary | 1101 | 11101101 | 11001011 | 1011111 | 0 | 1110 | 111 | 10101011 | 1011010 | 110001 |
Color Harmonies of #0DEDCB
Complementary color
Monochromatic Colors of #0DEDCB
Black with #0DEDCB
Text Example
Text Example
White with #0DEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEDCB; }
p { color: rgb(13,237,203); }
H1.HeaderClassName
{
color: #0DEDCB;
}
.AnyTagClassName
{
color: #0DEDCB;
}
</style>
background-color css
<style>
a { background-color: #0DEDCB; }
a { background-color: rgb(13,237,203); }
div.DivClassName
{
background-color: #0DEDCB;
}
.BgClassName
{
background-color: #0DEDCB;
}
</style>
border-color css
<style>
span { border-color: #0DEDCB; }
span { border-color: rgb(13,237,203); }
td.TdClassName
{
border-color: #0DEDCB;
}
.TagClassName
{
border-color: #0DEDCB;
}
</style>