Shades of Turquoise #2BFACC
Tints of Turquoise #2BFACC
RGB
CMYK
RGB Variations
Color information
#2BFACC (or 0x2BFACC) is known color: Turquoise. HEX triplet: 2B, FA and CC. RGB value is (43,250,204). Sum of RGB (Red+Green+Blue) = 43+250+204=497 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.65% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFACC is #D40533. Grayscale: #B6B6B6. Windows color (decimal): -13894964 or 13433387. OLE color: 13433387.
HSL color Cylindrical-coordinate representation of color #2BFACC: hue angle of 166.67º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFACC is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 204 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.02 |
| HSL | 166.67º | 0.95% | 0.57% | - |
| HSV(B) | 166.67º | 0.83% | 0.98% | - |
| XYZ | 46.08 | 73.24 | 68.84 | - |
| YUV | 182.86 | 139.92 | 28.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 204 | 0.83 | 0 | 0.18 | 0.02 | 166.67 | 0.95 | 0.57 |
| Hex | 2B | FA | CC | 53 | 0 | 12 | 2 | A7 | 5F | 39 |
| Octal | 53 | 372 | 314 | 123 | 0 | 22 | 2 | 247 | 137 | 71 |
| Binary | 101011 | 11111010 | 11001100 | 1010011 | 0 | 10010 | 10 | 10100111 | 1011111 | 111001 |
Color Harmonies of #2BFACC
Complementary color
Monochromatic Colors of #2BFACC
Black with #2BFACC
Text Example
Text Example
White with #2BFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFACC; }
p { color: rgb(43,250,204); }
H1.HeaderClassName
{
color: #2BFACC;
}
.AnyTagClassName
{
color: #2BFACC;
}
</style>
background-color css
<style>
a { background-color: #2BFACC; }
a { background-color: rgb(43,250,204); }
div.DivClassName
{
background-color: #2BFACC;
}
.BgClassName
{
background-color: #2BFACC;
}
</style>
border-color css
<style>
span { border-color: #2BFACC; }
span { border-color: rgb(43,250,204); }
td.TdClassName
{
border-color: #2BFACC;
}
.TagClassName
{
border-color: #2BFACC;
}
</style>