Shades of Turquoise #2BFFD0
Tints of Turquoise #2BFFD0
RGB
CMYK
RGB Variations
Color information
#2BFFD0 (or 0x2BFFD0) is known color: Turquoise. HEX triplet: 2B, FF and D0. RGB value is (43,255,208). Sum of RGB (Red+Green+Blue) = 43+255+208=506 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.50% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFD0 is #D4002F. Grayscale: #BABABA. Windows color (decimal): -13893680 or 13696811. OLE color: 13696811.
HSL color Cylindrical-coordinate representation of color #2BFFD0: hue angle of 166.7º 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 #2BFFD0 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 208 | - |
| CMYK | 0.83 | 0 | 0.18 | 0 |
| HSL | 166.7º | 1% | 0.58% | - |
| HSV(B) | 166.7º | 0.83% | 1% | - |
| XYZ | 48.14 | 76.59 | 71.92 | - |
| YUV | 186.25 | 140.26 | 25.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 208 | 0.83 | 0 | 0.18 | 0 | 166.7 | 1 | 0.58 |
| Hex | 2B | FF | D0 | 53 | 0 | 12 | 0 | A7 | 64 | 3A |
| Octal | 53 | 377 | 320 | 123 | 0 | 22 | 0 | 247 | 144 | 72 |
| Binary | 101011 | 11111111 | 11010000 | 1010011 | 0 | 10010 | 0 | 10100111 | 1100100 | 111010 |
Color Harmonies of #2BFFD0
Complementary color
Monochromatic Colors of #2BFFD0
Black with #2BFFD0
Text Example
Text Example
White with #2BFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFD0; }
p { color: rgb(43,255,208); }
H1.HeaderClassName
{
color: #2BFFD0;
}
.AnyTagClassName
{
color: #2BFFD0;
}
</style>
background-color css
<style>
a { background-color: #2BFFD0; }
a { background-color: rgb(43,255,208); }
div.DivClassName
{
background-color: #2BFFD0;
}
.BgClassName
{
background-color: #2BFFD0;
}
</style>
border-color css
<style>
span { border-color: #2BFFD0; }
span { border-color: rgb(43,255,208); }
td.TdClassName
{
border-color: #2BFFD0;
}
.TagClassName
{
border-color: #2BFFD0;
}
</style>