Shades of Medium Turquoise #2DCABF
Tints of Medium Turquoise #2DCABF
RGB
CMYK
RGB Variations
Color information
#2DCABF (or 0x2DCABF) is known color: Medium Turquoise. HEX triplet: 2D, CA and BF. RGB value is (45,202,191). Sum of RGB (Red+Green+Blue) = 45+202+191=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCABF is #D23540. Grayscale: #999999. Windows color (decimal): -13776193 or 12569133. OLE color: 12569133.
HSL color Cylindrical-coordinate representation of color #2DCABF: hue angle of 175.8º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCABF is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 191 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.21 |
| HSL | 175.8º | 0.64% | 0.48% | - |
| HSV(B) | 175.8º | 0.78% | 0.79% | - |
| XYZ | 31.61 | 46.56 | 56.61 | - |
| YUV | 153.8 | 148.99 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 191 | 0.78 | 0 | 0.05 | 0.21 | 175.8 | 0.64 | 0.48 |
| Hex | 2D | CA | BF | 4E | 0 | 5 | 15 | B0 | 40 | 30 |
| Octal | 55 | 312 | 277 | 116 | 0 | 5 | 25 | 260 | 100 | 60 |
| Binary | 101101 | 11001010 | 10111111 | 1001110 | 0 | 101 | 10101 | 10110000 | 1000000 | 110000 |
Color Harmonies of #2DCABF
Complementary color
Monochromatic Colors of #2DCABF
Black with #2DCABF
Text Example
Text Example
White with #2DCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCABF; }
p { color: rgb(45,202,191); }
H1.HeaderClassName
{
color: #2DCABF;
}
.AnyTagClassName
{
color: #2DCABF;
}
</style>
background-color css
<style>
a { background-color: #2DCABF; }
a { background-color: rgb(45,202,191); }
div.DivClassName
{
background-color: #2DCABF;
}
.BgClassName
{
background-color: #2DCABF;
}
</style>
border-color css
<style>
span { border-color: #2DCABF; }
span { border-color: rgb(45,202,191); }
td.TdClassName
{
border-color: #2DCABF;
}
.TagClassName
{
border-color: #2DCABF;
}
</style>