Shades of Medium Turquoise #2DCDBF
Tints of Medium Turquoise #2DCDBF
RGB
CMYK
RGB Variations
Color information
#2DCDBF (or 0x2DCDBF) is known color: Medium Turquoise. HEX triplet: 2D, CD and BF. RGB value is (45,205,191). Sum of RGB (Red+Green+Blue) = 45+205+191=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCDBF is #D23240. Grayscale: #9B9B9B. Windows color (decimal): -13775425 or 12569901. OLE color: 12569901.
HSL color Cylindrical-coordinate representation of color #2DCDBF: hue angle of 174.75º 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 #2DCDBF is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 191 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.20 |
| HSL | 174.75º | 0.64% | 0.49% | - |
| HSV(B) | 174.75º | 0.78% | 0.8% | - |
| XYZ | 32.32 | 47.98 | 56.85 | - |
| YUV | 155.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 191 | 0.78 | 0 | 0.07 | 0.20 | 174.75 | 0.64 | 0.49 |
| Hex | 2D | CD | BF | 4E | 0 | 7 | 14 | AF | 40 | 31 |
| Octal | 55 | 315 | 277 | 116 | 0 | 7 | 24 | 257 | 100 | 61 |
| Binary | 101101 | 11001101 | 10111111 | 1001110 | 0 | 111 | 10100 | 10101111 | 1000000 | 110001 |
Color Harmonies of #2DCDBF
Complementary color
Monochromatic Colors of #2DCDBF
Black with #2DCDBF
Text Example
Text Example
White with #2DCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCDBF; }
p { color: rgb(45,205,191); }
H1.HeaderClassName
{
color: #2DCDBF;
}
.AnyTagClassName
{
color: #2DCDBF;
}
</style>
background-color css
<style>
a { background-color: #2DCDBF; }
a { background-color: rgb(45,205,191); }
div.DivClassName
{
background-color: #2DCDBF;
}
.BgClassName
{
background-color: #2DCDBF;
}
</style>
border-color css
<style>
span { border-color: #2DCDBF; }
span { border-color: rgb(45,205,191); }
td.TdClassName
{
border-color: #2DCDBF;
}
.TagClassName
{
border-color: #2DCDBF;
}
</style>