Shades of Medium Turquoise #2DCACB
Tints of Medium Turquoise #2DCACB
RGB
CMYK
RGB Variations
Color information
#2DCACB (or 0x2DCACB) is known color: Medium Turquoise. HEX triplet: 2D, CA and CB. RGB value is (45,202,203). Sum of RGB (Red+Green+Blue) = 45+202+203=450 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #2DCACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCACB is #D23534. Grayscale: #9B9B9B. Windows color (decimal): -13776181 or 13355565. OLE color: 13355565.
HSL color Cylindrical-coordinate representation of color #2DCACB: hue angle of 180.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCACB is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 202 | 203 | - |
| CMYK | 0.78 | 0.00 | 0 | 0.20 |
| HSL | 180.38º | 0.64% | 0.49% | - |
| HSV(B) | 180.38º | 0.78% | 0.8% | - |
| XYZ | 32.98 | 47.11 | 63.85 | - |
| YUV | 155.17 | 154.99 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 203 | 0.78 | 0.00 | 0 | 0.20 | 180.38 | 0.64 | 0.49 |
| Hex | 2D | CA | CB | 4E | 0 | 0 | 14 | B4 | 40 | 31 |
| Octal | 55 | 312 | 313 | 116 | 0 | 0 | 24 | 264 | 100 | 61 |
| Binary | 101101 | 11001010 | 11001011 | 1001110 | 0 | 0 | 10100 | 10110100 | 1000000 | 110001 |
Color Harmonies of #2DCACB
Complementary color
Monochromatic Colors of #2DCACB
Black with #2DCACB
Text Example
Text Example
White with #2DCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCACB; }
p { color: rgb(45,202,203); }
H1.HeaderClassName
{
color: #2DCACB;
}
.AnyTagClassName
{
color: #2DCACB;
}
</style>
background-color css
<style>
a { background-color: #2DCACB; }
a { background-color: rgb(45,202,203); }
div.DivClassName
{
background-color: #2DCACB;
}
.BgClassName
{
background-color: #2DCACB;
}
</style>
border-color css
<style>
span { border-color: #2DCACB; }
span { border-color: rgb(45,202,203); }
td.TdClassName
{
border-color: #2DCACB;
}
.TagClassName
{
border-color: #2DCACB;
}
</style>