Shades of Turquoise #2BFFDF
Tints of Turquoise #2BFFDF
RGB
CMYK
RGB Variations
Color information
#2BFFDF (or 0x2BFFDF) is known color: Turquoise. HEX triplet: 2B, FF and DF. RGB value is (43,255,223). Sum of RGB (Red+Green+Blue) = 43+255+223=521 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.25% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFDF is #D40020. Grayscale: #BBBBBB. Windows color (decimal): -13893665 or 14679851. OLE color: 14679851.
HSL color Cylindrical-coordinate representation of color #2BFFDF: hue angle of 170.94º 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 #2BFFDF is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 223 | - |
| CMYK | 0.83 | 0 | 0.13 | 0 |
| HSL | 170.94º | 1% | 0.58% | - |
| HSV(B) | 170.94º | 0.83% | 1% | - |
| XYZ | 50.08 | 77.36 | 82.11 | - |
| YUV | 187.96 | 147.76 | 24.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 223 | 0.83 | 0 | 0.13 | 0 | 170.94 | 1 | 0.58 |
| Hex | 2B | FF | DF | 53 | 0 | D | 0 | AB | 64 | 3A |
| Octal | 53 | 377 | 337 | 123 | 0 | 15 | 0 | 253 | 144 | 72 |
| Binary | 101011 | 11111111 | 11011111 | 1010011 | 0 | 1101 | 0 | 10101011 | 1100100 | 111010 |
Color Harmonies of #2BFFDF
Complementary color
Monochromatic Colors of #2BFFDF
Black with #2BFFDF
Text Example
Text Example
White with #2BFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFDF; }
p { color: rgb(43,255,223); }
H1.HeaderClassName
{
color: #2BFFDF;
}
.AnyTagClassName
{
color: #2BFFDF;
}
</style>
background-color css
<style>
a { background-color: #2BFFDF; }
a { background-color: rgb(43,255,223); }
div.DivClassName
{
background-color: #2BFFDF;
}
.BgClassName
{
background-color: #2BFFDF;
}
</style>
border-color css
<style>
span { border-color: #2BFFDF; }
span { border-color: rgb(43,255,223); }
td.TdClassName
{
border-color: #2BFFDF;
}
.TagClassName
{
border-color: #2BFFDF;
}
</style>