Shades of Bright Turquoise #0DF0CD
Tints of Bright Turquoise #0DF0CD
RGB
CMYK
RGB Variations
Color information
#0DF0CD (or 0x0DF0CD) is known color: Bright Turquoise. HEX triplet: 0D, F0 and CD. RGB value is (13,240,205). Sum of RGB (Red+Green+Blue) = 13+240+205=458 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF0CD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF0CD is #F20F32. Grayscale: #A8A8A8. Windows color (decimal): -15863603 or 13496333. OLE color: 13496333.
HSL color Cylindrical-coordinate representation of color #0DF0CD: hue angle of 170.75º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF0CD is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 205 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.06 |
| HSL | 170.75º | 0.9% | 0.5% | - |
| HSV(B) | 170.75º | 0.95% | 0.94% | - |
| XYZ | 42.35 | 66.81 | 68.42 | - |
| YUV | 168.14 | 148.79 | 17.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 205 | 0.95 | 0 | 0.15 | 0.06 | 170.75 | 0.9 | 0.5 |
| Hex | D | F0 | CD | 5F | 0 | F | 6 | AB | 5A | 32 |
| Octal | 15 | 360 | 315 | 137 | 0 | 17 | 6 | 253 | 132 | 62 |
| Binary | 1101 | 11110000 | 11001101 | 1011111 | 0 | 1111 | 110 | 10101011 | 1011010 | 110010 |
Color Harmonies of #0DF0CD
Complementary color
Monochromatic Colors of #0DF0CD
Black with #0DF0CD
Text Example
Text Example
White with #0DF0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF0CD; }
p { color: rgb(13,240,205); }
H1.HeaderClassName
{
color: #0DF0CD;
}
.AnyTagClassName
{
color: #0DF0CD;
}
</style>
background-color css
<style>
a { background-color: #0DF0CD; }
a { background-color: rgb(13,240,205); }
div.DivClassName
{
background-color: #0DF0CD;
}
.BgClassName
{
background-color: #0DF0CD;
}
</style>
border-color css
<style>
span { border-color: #0DF0CD; }
span { border-color: rgb(13,240,205); }
td.TdClassName
{
border-color: #0DF0CD;
}
.TagClassName
{
border-color: #0DF0CD;
}
</style>