Shades of Medium Turquoise #2DCACE
Tints of Medium Turquoise #2DCACE
RGB
CMYK
RGB Variations
Color information
#2DCACE (or 0x2DCACE) is known color: Medium Turquoise. HEX triplet: 2D, CA and CE. RGB value is (45,202,206). Sum of RGB (Red+Green+Blue) = 45+202+206=453 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.93% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DCACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCACE is #D23531. Grayscale: #9B9B9B. Windows color (decimal): -13776178 or 13552173. OLE color: 13552173.
HSL color Cylindrical-coordinate representation of color #2DCACE: hue angle of 181.49º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCACE is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 202 | 206 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.19 |
| HSL | 181.49º | 0.64% | 0.49% | - |
| HSV(B) | 181.49º | 0.78% | 0.81% | - |
| XYZ | 33.34 | 47.26 | 65.76 | - |
| YUV | 155.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 206 | 0.78 | 0.02 | 0 | 0.19 | 181.49 | 0.64 | 0.49 |
| Hex | 2D | CA | CE | 4E | 2 | 0 | 13 | B5 | 40 | 31 |
| Octal | 55 | 312 | 316 | 116 | 2 | 0 | 23 | 265 | 100 | 61 |
| Binary | 101101 | 11001010 | 11001110 | 1001110 | 10 | 0 | 10011 | 10110101 | 1000000 | 110001 |
Color Harmonies of #2DCACE
Complementary color
Monochromatic Colors of #2DCACE
Black with #2DCACE
Text Example
Text Example
White with #2DCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCACE; }
p { color: rgb(45,202,206); }
H1.HeaderClassName
{
color: #2DCACE;
}
.AnyTagClassName
{
color: #2DCACE;
}
</style>
background-color css
<style>
a { background-color: #2DCACE; }
a { background-color: rgb(45,202,206); }
div.DivClassName
{
background-color: #2DCACE;
}
.BgClassName
{
background-color: #2DCACE;
}
</style>
border-color css
<style>
span { border-color: #2DCACE; }
span { border-color: rgb(45,202,206); }
td.TdClassName
{
border-color: #2DCACE;
}
.TagClassName
{
border-color: #2DCACE;
}
</style>