Shades of Turquoise #2BCFCB
Tints of Turquoise #2BCFCB
RGB
CMYK
RGB Variations
Color information
#2BCFCB (or 0x2BCFCB) is known color: Turquoise. HEX triplet: 2B, CF and CB. RGB value is (43,207,203). Sum of RGB (Red+Green+Blue) = 43+207+203=453 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.49% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFCB is #D43034. Grayscale: #9D9D9D. Windows color (decimal): -13905973 or 13356843. OLE color: 13356843.
HSL color Cylindrical-coordinate representation of color #2BCFCB: hue angle of 178.54º 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 #2BCFCB is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 203 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.19 |
| HSL | 178.54º | 0.66% | 0.49% | - |
| HSV(B) | 178.54º | 0.79% | 0.81% | - |
| XYZ | 34.09 | 49.45 | 64.25 | - |
| YUV | 157.51 | 153.67 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 203 | 0.79 | 0 | 0.02 | 0.19 | 178.54 | 0.66 | 0.49 |
| Hex | 2B | CF | CB | 4F | 0 | 2 | 13 | B3 | 42 | 31 |
| Octal | 53 | 317 | 313 | 117 | 0 | 2 | 23 | 263 | 102 | 61 |
| Binary | 101011 | 11001111 | 11001011 | 1001111 | 0 | 10 | 10011 | 10110011 | 1000010 | 110001 |
Color Harmonies of #2BCFCB
Complementary color
Monochromatic Colors of #2BCFCB
Black with #2BCFCB
Text Example
Text Example
White with #2BCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFCB; }
p { color: rgb(43,207,203); }
H1.HeaderClassName
{
color: #2BCFCB;
}
.AnyTagClassName
{
color: #2BCFCB;
}
</style>
background-color css
<style>
a { background-color: #2BCFCB; }
a { background-color: rgb(43,207,203); }
div.DivClassName
{
background-color: #2BCFCB;
}
.BgClassName
{
background-color: #2BCFCB;
}
</style>
border-color css
<style>
span { border-color: #2BCFCB; }
span { border-color: rgb(43,207,203); }
td.TdClassName
{
border-color: #2BCFCB;
}
.TagClassName
{
border-color: #2BCFCB;
}
</style>