Shades of Medium Turquoise #2BCDD1
Tints of Medium Turquoise #2BCDD1
RGB
CMYK
RGB Variations
Color information
#2BCDD1 (or 0x2BCDD1) is known color: Medium Turquoise. HEX triplet: 2B, CD and D1. RGB value is (43,205,209). Sum of RGB (Red+Green+Blue) = 43+205+209=457 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.41% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #2BCDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDD1 is #D4322E. Grayscale: #9C9C9C. Windows color (decimal): -13906479 or 13749547. OLE color: 13749547.
HSL color Cylindrical-coordinate representation of color #2BCDD1: hue angle of 181.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCDD1 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 205 | 209 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.18 |
| HSL | 181.45º | 0.66% | 0.49% | - |
| HSV(B) | 181.45º | 0.79% | 0.82% | - |
| XYZ | 34.34 | 48.78 | 67.93 | - |
| YUV | 157.02 | 157.33 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 209 | 0.79 | 0.02 | 0 | 0.18 | 181.45 | 0.66 | 0.49 |
| Hex | 2B | CD | D1 | 4F | 2 | 0 | 12 | B5 | 42 | 31 |
| Octal | 53 | 315 | 321 | 117 | 2 | 0 | 22 | 265 | 102 | 61 |
| Binary | 101011 | 11001101 | 11010001 | 1001111 | 10 | 0 | 10010 | 10110101 | 1000010 | 110001 |
Color Harmonies of #2BCDD1
Complementary color
Monochromatic Colors of #2BCDD1
Black with #2BCDD1
Text Example
Text Example
White with #2BCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDD1; }
p { color: rgb(43,205,209); }
H1.HeaderClassName
{
color: #2BCDD1;
}
.AnyTagClassName
{
color: #2BCDD1;
}
</style>
background-color css
<style>
a { background-color: #2BCDD1; }
a { background-color: rgb(43,205,209); }
div.DivClassName
{
background-color: #2BCDD1;
}
.BgClassName
{
background-color: #2BCDD1;
}
</style>
border-color css
<style>
span { border-color: #2BCDD1; }
span { border-color: rgb(43,205,209); }
td.TdClassName
{
border-color: #2BCDD1;
}
.TagClassName
{
border-color: #2BCDD1;
}
</style>