Shades of Turquoise #2BCFCD
Tints of Turquoise #2BCFCD
RGB
CMYK
RGB Variations
Color information
#2BCFCD (or 0x2BCFCD) is known color: Turquoise. HEX triplet: 2B, CF and CD. RGB value is (43,207,205). Sum of RGB (Red+Green+Blue) = 43+207+205=455 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.45% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFCD is #D43032. Grayscale: #9D9D9D. Windows color (decimal): -13905971 or 13487915. OLE color: 13487915.
HSL color Cylindrical-coordinate representation of color #2BCFCD: hue angle of 179.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCFCD is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 205 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.19 |
| HSL | 179.27º | 0.66% | 0.49% | - |
| HSV(B) | 179.27º | 0.79% | 0.81% | - |
| XYZ | 34.33 | 49.55 | 65.51 | - |
| YUV | 157.74 | 154.67 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 205 | 0.79 | 0 | 0.01 | 0.19 | 179.27 | 0.66 | 0.49 |
| Hex | 2B | CF | CD | 4F | 0 | 1 | 13 | B3 | 42 | 31 |
| Octal | 53 | 317 | 315 | 117 | 0 | 1 | 23 | 263 | 102 | 61 |
| Binary | 101011 | 11001111 | 11001101 | 1001111 | 0 | 1 | 10011 | 10110011 | 1000010 | 110001 |
Color Harmonies of #2BCFCD
Complementary color
Monochromatic Colors of #2BCFCD
Black with #2BCFCD
Text Example
Text Example
White with #2BCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFCD; }
p { color: rgb(43,207,205); }
H1.HeaderClassName
{
color: #2BCFCD;
}
.AnyTagClassName
{
color: #2BCFCD;
}
</style>
background-color css
<style>
a { background-color: #2BCFCD; }
a { background-color: rgb(43,207,205); }
div.DivClassName
{
background-color: #2BCFCD;
}
.BgClassName
{
background-color: #2BCFCD;
}
</style>
border-color css
<style>
span { border-color: #2BCFCD; }
span { border-color: rgb(43,207,205); }
td.TdClassName
{
border-color: #2BCFCD;
}
.TagClassName
{
border-color: #2BCFCD;
}
</style>