Shades of Turquoise #2BFCCB
Tints of Turquoise #2BFCCB
RGB
CMYK
RGB Variations
Color information
#2BFCCB (or 0x2BFCCB) is known color: Turquoise. HEX triplet: 2B, FC and CB. RGB value is (43,252,203). Sum of RGB (Red+Green+Blue) = 43+252+203=498 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.63% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFCCB is #D40334. Grayscale: #B7B7B7. Windows color (decimal): -13894453 or 13368363. OLE color: 13368363.
HSL color Cylindrical-coordinate representation of color #2BFCCB: hue angle of 165.93º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFCCB is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 203 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.01 |
| HSL | 165.93º | 0.97% | 0.58% | - |
| HSV(B) | 165.93º | 0.83% | 0.99% | - |
| XYZ | 46.59 | 74.45 | 68.41 | - |
| YUV | 183.92 | 138.76 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 203 | 0.83 | 0 | 0.19 | 0.01 | 165.93 | 0.97 | 0.58 |
| Hex | 2B | FC | CB | 53 | 0 | 13 | 1 | A6 | 61 | 3A |
| Octal | 53 | 374 | 313 | 123 | 0 | 23 | 1 | 246 | 141 | 72 |
| Binary | 101011 | 11111100 | 11001011 | 1010011 | 0 | 10011 | 1 | 10100110 | 1100001 | 111010 |
Color Harmonies of #2BFCCB
Complementary color
Monochromatic Colors of #2BFCCB
Black with #2BFCCB
Text Example
Text Example
White with #2BFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCCB; }
p { color: rgb(43,252,203); }
H1.HeaderClassName
{
color: #2BFCCB;
}
.AnyTagClassName
{
color: #2BFCCB;
}
</style>
background-color css
<style>
a { background-color: #2BFCCB; }
a { background-color: rgb(43,252,203); }
div.DivClassName
{
background-color: #2BFCCB;
}
.BgClassName
{
background-color: #2BFCCB;
}
</style>
border-color css
<style>
span { border-color: #2BFCCB; }
span { border-color: rgb(43,252,203); }
td.TdClassName
{
border-color: #2BFCCB;
}
.TagClassName
{
border-color: #2BFCCB;
}
</style>