Shades of Turquoise #2BDDC2
Tints of Turquoise #2BDDC2
RGB
CMYK
RGB Variations
Color information
#2BDDC2 (or 0x2BDDC2) is known color: Turquoise. HEX triplet: 2B, DD and C2. RGB value is (43,221,194). Sum of RGB (Red+Green+Blue) = 43+221+194=458 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.39% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDDC2 is #D4223D. Grayscale: #A4A4A4. Windows color (decimal): -13902398 or 12770603. OLE color: 12770603.
HSL color Cylindrical-coordinate representation of color #2BDDC2: hue angle of 170.9º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDDC2 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 221 | 194 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.13 |
| HSL | 170.9º | 0.72% | 0.52% | - |
| HSV(B) | 170.9º | 0.81% | 0.87% | - |
| XYZ | 36.59 | 56.12 | 59.94 | - |
| YUV | 164.7 | 144.53 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 221 | 194 | 0.81 | 0 | 0.12 | 0.13 | 170.9 | 0.72 | 0.52 |
| Hex | 2B | DD | C2 | 51 | 0 | C | D | AB | 48 | 34 |
| Octal | 53 | 335 | 302 | 121 | 0 | 14 | 15 | 253 | 110 | 64 |
| Binary | 101011 | 11011101 | 11000010 | 1010001 | 0 | 1100 | 1101 | 10101011 | 1001000 | 110100 |
Color Harmonies of #2BDDC2
Complementary color
Monochromatic Colors of #2BDDC2
Black with #2BDDC2
Text Example
Text Example
White with #2BDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDDC2; }
p { color: rgb(43,221,194); }
H1.HeaderClassName
{
color: #2BDDC2;
}
.AnyTagClassName
{
color: #2BDDC2;
}
</style>
background-color css
<style>
a { background-color: #2BDDC2; }
a { background-color: rgb(43,221,194); }
div.DivClassName
{
background-color: #2BDDC2;
}
.BgClassName
{
background-color: #2BDDC2;
}
</style>
border-color css
<style>
span { border-color: #2BDDC2; }
span { border-color: rgb(43,221,194); }
td.TdClassName
{
border-color: #2BDDC2;
}
.TagClassName
{
border-color: #2BDDC2;
}
</style>