Shades of Turquoise #2BFCD4
Tints of Turquoise #2BFCD4
RGB
CMYK
RGB Variations
Color information
#2BFCD4 (or 0x2BFCD4) is known color: Turquoise. HEX triplet: 2B, FC and D4. RGB value is (43,252,212). Sum of RGB (Red+Green+Blue) = 43+252+212=507 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.48% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFCD4 is #D4032B. Grayscale: #B8B8B8. Windows color (decimal): -13894444 or 13958187. OLE color: 13958187.
HSL color Cylindrical-coordinate representation of color #2BFCD4: hue angle of 168.52º 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 #2BFCD4 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 212 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.01 |
| HSL | 168.52º | 0.97% | 0.58% | - |
| HSV(B) | 168.52º | 0.83% | 0.99% | - |
| XYZ | 47.69 | 74.89 | 74.23 | - |
| YUV | 184.95 | 143.26 | 26.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 212 | 0.83 | 0 | 0.16 | 0.01 | 168.52 | 0.97 | 0.58 |
| Hex | 2B | FC | D4 | 53 | 0 | 10 | 1 | A9 | 61 | 3A |
| Octal | 53 | 374 | 324 | 123 | 0 | 20 | 1 | 251 | 141 | 72 |
| Binary | 101011 | 11111100 | 11010100 | 1010011 | 0 | 10000 | 1 | 10101001 | 1100001 | 111010 |
Color Harmonies of #2BFCD4
Complementary color
Monochromatic Colors of #2BFCD4
Black with #2BFCD4
Text Example
Text Example
White with #2BFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCD4; }
p { color: rgb(43,252,212); }
H1.HeaderClassName
{
color: #2BFCD4;
}
.AnyTagClassName
{
color: #2BFCD4;
}
</style>
background-color css
<style>
a { background-color: #2BFCD4; }
a { background-color: rgb(43,252,212); }
div.DivClassName
{
background-color: #2BFCD4;
}
.BgClassName
{
background-color: #2BFCD4;
}
</style>
border-color css
<style>
span { border-color: #2BFCD4; }
span { border-color: rgb(43,252,212); }
td.TdClassName
{
border-color: #2BFCD4;
}
.TagClassName
{
border-color: #2BFCD4;
}
</style>