Shades of Turquoise #2BFFD4
Tints of Turquoise #2BFFD4
RGB
CMYK
RGB Variations
Color information
#2BFFD4 (or 0x2BFFD4) is known color: Turquoise. HEX triplet: 2B, FF and D4. RGB value is (43,255,212). Sum of RGB (Red+Green+Blue) = 43+255+212=510 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.43% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFD4 is #D4002B. Grayscale: #BABABA. Windows color (decimal): -13893676 or 13958955. OLE color: 13958955.
HSL color Cylindrical-coordinate representation of color #2BFFD4: hue angle of 167.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFD4 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 212 | - |
| CMYK | 0.83 | 0 | 0.17 | 0 |
| HSL | 167.83º | 1% | 0.58% | - |
| HSV(B) | 167.83º | 0.83% | 1% | - |
| XYZ | 48.64 | 76.79 | 74.55 | - |
| YUV | 186.71 | 142.26 | 25.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 212 | 0.83 | 0 | 0.17 | 0 | 167.83 | 1 | 0.58 |
| Hex | 2B | FF | D4 | 53 | 0 | 11 | 0 | A8 | 64 | 3A |
| Octal | 53 | 377 | 324 | 123 | 0 | 21 | 0 | 250 | 144 | 72 |
| Binary | 101011 | 11111111 | 11010100 | 1010011 | 0 | 10001 | 0 | 10101000 | 1100100 | 111010 |
Color Harmonies of #2BFFD4
Complementary color
Monochromatic Colors of #2BFFD4
Black with #2BFFD4
Text Example
Text Example
White with #2BFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFD4; }
p { color: rgb(43,255,212); }
H1.HeaderClassName
{
color: #2BFFD4;
}
.AnyTagClassName
{
color: #2BFFD4;
}
</style>
background-color css
<style>
a { background-color: #2BFFD4; }
a { background-color: rgb(43,255,212); }
div.DivClassName
{
background-color: #2BFFD4;
}
.BgClassName
{
background-color: #2BFFD4;
}
</style>
border-color css
<style>
span { border-color: #2BFFD4; }
span { border-color: rgb(43,255,212); }
td.TdClassName
{
border-color: #2BFFD4;
}
.TagClassName
{
border-color: #2BFFD4;
}
</style>