Shades of Bright Turquoise #0DDFCC
Tints of Bright Turquoise #0DDFCC
RGB
CMYK
RGB Variations
Color information
#0DDFCC (or 0x0DDFCC) is known color: Bright Turquoise. HEX triplet: 0D, DF and CC. RGB value is (13,223,204). Sum of RGB (Red+Green+Blue) = 13+223+204=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFCC is #F22033. Grayscale: #9D9D9D. Windows color (decimal): -15867956 or 13426445. OLE color: 13426445.
HSL color Cylindrical-coordinate representation of color #0DDFCC: hue angle of 174.57º 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 #0DDFCC is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 204 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.13 |
| HSL | 174.57º | 0.89% | 0.46% | - |
| HSV(B) | 174.57º | 0.94% | 0.87% | - |
| XYZ | 37.45 | 57.22 | 66.2 | - |
| YUV | 158.04 | 153.93 | 24.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 204 | 0.94 | 0 | 0.09 | 0.13 | 174.57 | 0.89 | 0.46 |
| Hex | D | DF | CC | 5E | 0 | 9 | D | AF | 59 | 2E |
| Octal | 15 | 337 | 314 | 136 | 0 | 11 | 15 | 257 | 131 | 56 |
| Binary | 1101 | 11011111 | 11001100 | 1011110 | 0 | 1001 | 1101 | 10101111 | 1011001 | 101110 |
Color Harmonies of #0DDFCC
Complementary color
Monochromatic Colors of #0DDFCC
Black with #0DDFCC
Text Example
Text Example
White with #0DDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFCC; }
p { color: rgb(13,223,204); }
H1.HeaderClassName
{
color: #0DDFCC;
}
.AnyTagClassName
{
color: #0DDFCC;
}
</style>
background-color css
<style>
a { background-color: #0DDFCC; }
a { background-color: rgb(13,223,204); }
div.DivClassName
{
background-color: #0DDFCC;
}
.BgClassName
{
background-color: #0DDFCC;
}
</style>
border-color css
<style>
span { border-color: #0DDFCC; }
span { border-color: rgb(13,223,204); }
td.TdClassName
{
border-color: #0DDFCC;
}
.TagClassName
{
border-color: #0DDFCC;
}
</style>