Shades of Bright Turquoise #0DDFC8
Tints of Bright Turquoise #0DDFC8
RGB
CMYK
RGB Variations
Color information
#0DDFC8 (or 0x0DDFC8) is known color: Bright Turquoise. HEX triplet: 0D, DF and C8. RGB value is (13,223,200). Sum of RGB (Red+Green+Blue) = 13+223+200=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFC8 is #F22037. Grayscale: #9D9D9D. Windows color (decimal): -15867960 or 13164301. OLE color: 13164301.
HSL color Cylindrical-coordinate representation of color #0DDFC8: hue angle of 173.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFC8 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 200 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.13 |
| HSL | 173.43º | 0.89% | 0.46% | - |
| HSV(B) | 173.43º | 0.94% | 0.87% | - |
| XYZ | 36.98 | 57.03 | 63.7 | - |
| YUV | 157.59 | 151.93 | 24.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 200 | 0.94 | 0 | 0.10 | 0.13 | 173.43 | 0.89 | 0.46 |
| Hex | D | DF | C8 | 5E | 0 | A | D | AD | 59 | 2E |
| Octal | 15 | 337 | 310 | 136 | 0 | 12 | 15 | 255 | 131 | 56 |
| Binary | 1101 | 11011111 | 11001000 | 1011110 | 0 | 1010 | 1101 | 10101101 | 1011001 | 101110 |
Color Harmonies of #0DDFC8
Complementary color
Monochromatic Colors of #0DDFC8
Black with #0DDFC8
Text Example
Text Example
White with #0DDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFC8; }
p { color: rgb(13,223,200); }
H1.HeaderClassName
{
color: #0DDFC8;
}
.AnyTagClassName
{
color: #0DDFC8;
}
</style>
background-color css
<style>
a { background-color: #0DDFC8; }
a { background-color: rgb(13,223,200); }
div.DivClassName
{
background-color: #0DDFC8;
}
.BgClassName
{
background-color: #0DDFC8;
}
</style>
border-color css
<style>
span { border-color: #0DDFC8; }
span { border-color: rgb(13,223,200); }
td.TdClassName
{
border-color: #0DDFC8;
}
.TagClassName
{
border-color: #0DDFC8;
}
</style>