Shades of Turquoise #2BDFCD
Tints of Turquoise #2BDFCD
RGB
CMYK
RGB Variations
Color information
#2BDFCD (or 0x2BDFCD) is known color: Turquoise. HEX triplet: 2B, DF and CD. RGB value is (43,223,205). Sum of RGB (Red+Green+Blue) = 43+223+205=471 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.13% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDFCD is #D42032. Grayscale: #A7A7A7. Windows color (decimal): -13901875 or 13492011. OLE color: 13492011.
HSL color Cylindrical-coordinate representation of color #2BDFCD: hue angle of 174º degrees, saturation: 0.74, 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 #2BDFCD is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 205 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.13 |
| HSL | 174º | 0.74% | 0.52% | - |
| HSV(B) | 174º | 0.81% | 0.87% | - |
| XYZ | 38.4 | 57.7 | 66.87 | - |
| YUV | 167.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 205 | 0.81 | 0 | 0.08 | 0.13 | 174 | 0.74 | 0.52 |
| Hex | 2B | DF | CD | 51 | 0 | 8 | D | AE | 4A | 34 |
| Octal | 53 | 337 | 315 | 121 | 0 | 10 | 15 | 256 | 112 | 64 |
| Binary | 101011 | 11011111 | 11001101 | 1010001 | 0 | 1000 | 1101 | 10101110 | 1001010 | 110100 |
Color Harmonies of #2BDFCD
Complementary color
Monochromatic Colors of #2BDFCD
Black with #2BDFCD
Text Example
Text Example
White with #2BDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDFCD; }
p { color: rgb(43,223,205); }
H1.HeaderClassName
{
color: #2BDFCD;
}
.AnyTagClassName
{
color: #2BDFCD;
}
</style>
background-color css
<style>
a { background-color: #2BDFCD; }
a { background-color: rgb(43,223,205); }
div.DivClassName
{
background-color: #2BDFCD;
}
.BgClassName
{
background-color: #2BDFCD;
}
</style>
border-color css
<style>
span { border-color: #2BDFCD; }
span { border-color: rgb(43,223,205); }
td.TdClassName
{
border-color: #2BDFCD;
}
.TagClassName
{
border-color: #2BDFCD;
}
</style>