Shades of Bright Turquoise #0DF5DD
Tints of Bright Turquoise #0DF5DD
RGB
CMYK
RGB Variations
Color information
#0DF5DD (or 0x0DF5DD) is known color: Bright Turquoise. HEX triplet: 0D, F5 and DD. RGB value is (13,245,221). Sum of RGB (Red+Green+Blue) = 13+245+221=479 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.71% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF5DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF5DD is #F20A22. Grayscale: #ACACAC. Windows color (decimal): -15862307 or 14546189. OLE color: 14546189.
HSL color Cylindrical-coordinate representation of color #0DF5DD: hue angle of 173.79º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF5DD is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 245 | 221 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.04 |
| HSL | 173.79º | 0.92% | 0.51% | - |
| HSV(B) | 173.79º | 0.95% | 0.96% | - |
| XYZ | 45.87 | 70.61 | 79.62 | - |
| YUV | 172.9 | 155.14 | 13.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 245 | 221 | 0.95 | 0 | 0.10 | 0.04 | 173.79 | 0.92 | 0.51 |
| Hex | D | F5 | DD | 5F | 0 | A | 4 | AE | 5C | 33 |
| Octal | 15 | 365 | 335 | 137 | 0 | 12 | 4 | 256 | 134 | 63 |
| Binary | 1101 | 11110101 | 11011101 | 1011111 | 0 | 1010 | 100 | 10101110 | 1011100 | 110011 |
Color Harmonies of #0DF5DD
Complementary color
Monochromatic Colors of #0DF5DD
Black with #0DF5DD
Text Example
Text Example
White with #0DF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF5DD; }
p { color: rgb(13,245,221); }
H1.HeaderClassName
{
color: #0DF5DD;
}
.AnyTagClassName
{
color: #0DF5DD;
}
</style>
background-color css
<style>
a { background-color: #0DF5DD; }
a { background-color: rgb(13,245,221); }
div.DivClassName
{
background-color: #0DF5DD;
}
.BgClassName
{
background-color: #0DF5DD;
}
</style>
border-color css
<style>
span { border-color: #0DF5DD; }
span { border-color: rgb(13,245,221); }
td.TdClassName
{
border-color: #0DF5DD;
}
.TagClassName
{
border-color: #0DF5DD;
}
</style>