Shades of Turquoise #2BFBCA
Tints of Turquoise #2BFBCA
RGB
CMYK
RGB Variations
Color information
#2BFBCA (or 0x2BFBCA) is known color: Turquoise. HEX triplet: 2B, FB and CA. RGB value is (43,251,202). Sum of RGB (Red+Green+Blue) = 43+251+202=496 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.67% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFBCA is #D40435. Grayscale: #B7B7B7. Windows color (decimal): -13894710 or 13302571. OLE color: 13302571.
HSL color Cylindrical-coordinate representation of color #2BFBCA: hue angle of 165.87º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFBCA is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 202 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.02 |
| HSL | 165.87º | 0.96% | 0.58% | - |
| HSV(B) | 165.87º | 0.83% | 0.98% | - |
| XYZ | 46.15 | 73.77 | 67.68 | - |
| YUV | 183.22 | 138.59 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 202 | 0.83 | 0 | 0.20 | 0.02 | 165.87 | 0.96 | 0.58 |
| Hex | 2B | FB | CA | 53 | 0 | 14 | 2 | A6 | 60 | 3A |
| Octal | 53 | 373 | 312 | 123 | 0 | 24 | 2 | 246 | 140 | 72 |
| Binary | 101011 | 11111011 | 11001010 | 1010011 | 0 | 10100 | 10 | 10100110 | 1100000 | 111010 |
Color Harmonies of #2BFBCA
Complementary color
Monochromatic Colors of #2BFBCA
Black with #2BFBCA
Text Example
Text Example
White with #2BFBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBCA; }
p { color: rgb(43,251,202); }
H1.HeaderClassName
{
color: #2BFBCA;
}
.AnyTagClassName
{
color: #2BFBCA;
}
</style>
background-color css
<style>
a { background-color: #2BFBCA; }
a { background-color: rgb(43,251,202); }
div.DivClassName
{
background-color: #2BFBCA;
}
.BgClassName
{
background-color: #2BFBCA;
}
</style>
border-color css
<style>
span { border-color: #2BFBCA; }
span { border-color: rgb(43,251,202); }
td.TdClassName
{
border-color: #2BFBCA;
}
.TagClassName
{
border-color: #2BFBCA;
}
</style>