Shades of Medium Turquoise #2DCAD9
Tints of Medium Turquoise #2DCAD9
RGB
CMYK
RGB Variations
Color information
#2DCAD9 (or 0x2DCAD9) is known color: Medium Turquoise. HEX triplet: 2D, CA and D9. RGB value is (45,202,217). Sum of RGB (Red+Green+Blue) = 45+202+217=464 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.70% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #2DCAD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCAD9 is #D23526. Grayscale: #9C9C9C. Windows color (decimal): -13776167 or 14273069. OLE color: 14273069.
HSL color Cylindrical-coordinate representation of color #2DCAD9: hue angle of 185.23º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DCAD9 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 202 | 217 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.15 |
| HSL | 185.23º | 0.69% | 0.51% | - |
| HSV(B) | 185.23º | 0.79% | 0.85% | - |
| XYZ | 34.73 | 47.81 | 73.04 | - |
| YUV | 156.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 217 | 0.79 | 0.07 | 0 | 0.15 | 185.23 | 0.69 | 0.51 |
| Hex | 2D | CA | D9 | 4F | 7 | 0 | F | B9 | 45 | 33 |
| Octal | 55 | 312 | 331 | 117 | 7 | 0 | 17 | 271 | 105 | 63 |
| Binary | 101101 | 11001010 | 11011001 | 1001111 | 111 | 0 | 1111 | 10111001 | 1000101 | 110011 |
Color Harmonies of #2DCAD9
Complementary color
Monochromatic Colors of #2DCAD9
Black with #2DCAD9
Text Example
Text Example
White with #2DCAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAD9; }
p { color: rgb(45,202,217); }
H1.HeaderClassName
{
color: #2DCAD9;
}
.AnyTagClassName
{
color: #2DCAD9;
}
</style>
background-color css
<style>
a { background-color: #2DCAD9; }
a { background-color: rgb(45,202,217); }
div.DivClassName
{
background-color: #2DCAD9;
}
.BgClassName
{
background-color: #2DCAD9;
}
</style>
border-color css
<style>
span { border-color: #2DCAD9; }
span { border-color: rgb(45,202,217); }
td.TdClassName
{
border-color: #2DCAD9;
}
.TagClassName
{
border-color: #2DCAD9;
}
</style>