Shades of Turquoise #2BFFDE
Tints of Turquoise #2BFFDE
RGB
CMYK
RGB Variations
Color information
#2BFFDE (or 0x2BFFDE) is known color: Turquoise. HEX triplet: 2B, FF and DE. RGB value is (43,255,222). Sum of RGB (Red+Green+Blue) = 43+255+222=520 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.27% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFDE is #D40021. Grayscale: #BBBBBB. Windows color (decimal): -13893666 or 14614315. OLE color: 14614315.
HSL color Cylindrical-coordinate representation of color #2BFFDE: hue angle of 170.66º 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 #2BFFDE is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 222 | - |
| CMYK | 0.83 | 0 | 0.13 | 0 |
| HSL | 170.66º | 1% | 0.58% | - |
| HSV(B) | 170.66º | 0.83% | 1% | - |
| XYZ | 49.94 | 77.31 | 81.4 | - |
| YUV | 187.85 | 147.26 | 24.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 222 | 0.83 | 0 | 0.13 | 0 | 170.66 | 1 | 0.58 |
| Hex | 2B | FF | DE | 53 | 0 | D | 0 | AB | 64 | 3A |
| Octal | 53 | 377 | 336 | 123 | 0 | 15 | 0 | 253 | 144 | 72 |
| Binary | 101011 | 11111111 | 11011110 | 1010011 | 0 | 1101 | 0 | 10101011 | 1100100 | 111010 |
Color Harmonies of #2BFFDE
Complementary color
Monochromatic Colors of #2BFFDE
Black with #2BFFDE
Text Example
Text Example
White with #2BFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFDE; }
p { color: rgb(43,255,222); }
H1.HeaderClassName
{
color: #2BFFDE;
}
.AnyTagClassName
{
color: #2BFFDE;
}
</style>
background-color css
<style>
a { background-color: #2BFFDE; }
a { background-color: rgb(43,255,222); }
div.DivClassName
{
background-color: #2BFFDE;
}
.BgClassName
{
background-color: #2BFFDE;
}
</style>
border-color css
<style>
span { border-color: #2BFFDE; }
span { border-color: rgb(43,255,222); }
td.TdClassName
{
border-color: #2BFFDE;
}
.TagClassName
{
border-color: #2BFFDE;
}
</style>