Shades of Medium Turquoise #2DCAD4
Tints of Medium Turquoise #2DCAD4
RGB
CMYK
RGB Variations
Color information
#2DCAD4 (or 0x2DCAD4) is known color: Medium Turquoise. HEX triplet: 2D, CA and D4. RGB value is (45,202,212). Sum of RGB (Red+Green+Blue) = 45+202+212=459 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.80% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #2DCAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCAD4 is #D2352B. Grayscale: #9C9C9C. Windows color (decimal): -13776172 or 13945389. OLE color: 13945389.
HSL color Cylindrical-coordinate representation of color #2DCAD4: hue angle of 183.59º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DCAD4 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 202 | 212 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.17 |
| HSL | 183.59º | 0.66% | 0.5% | - |
| HSV(B) | 183.59º | 0.79% | 0.83% | - |
| XYZ | 34.09 | 47.55 | 69.67 | - |
| YUV | 156.2 | 159.49 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 212 | 0.79 | 0.05 | 0 | 0.17 | 183.59 | 0.66 | 0.5 |
| Hex | 2D | CA | D4 | 4F | 5 | 0 | 11 | B8 | 42 | 32 |
| Octal | 55 | 312 | 324 | 117 | 5 | 0 | 21 | 270 | 102 | 62 |
| Binary | 101101 | 11001010 | 11010100 | 1001111 | 101 | 0 | 10001 | 10111000 | 1000010 | 110010 |
Color Harmonies of #2DCAD4
Complementary color
Monochromatic Colors of #2DCAD4
Black with #2DCAD4
Text Example
Text Example
White with #2DCAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAD4; }
p { color: rgb(45,202,212); }
H1.HeaderClassName
{
color: #2DCAD4;
}
.AnyTagClassName
{
color: #2DCAD4;
}
</style>
background-color css
<style>
a { background-color: #2DCAD4; }
a { background-color: rgb(45,202,212); }
div.DivClassName
{
background-color: #2DCAD4;
}
.BgClassName
{
background-color: #2DCAD4;
}
</style>
border-color css
<style>
span { border-color: #2DCAD4; }
span { border-color: rgb(45,202,212); }
td.TdClassName
{
border-color: #2DCAD4;
}
.TagClassName
{
border-color: #2DCAD4;
}
</style>