Shades of Turquoise #2BFFDC
Tints of Turquoise #2BFFDC
RGB
CMYK
RGB Variations
Color information
#2BFFDC (or 0x2BFFDC) is known color: Turquoise. HEX triplet: 2B, FF and DC. RGB value is (43,255,220). Sum of RGB (Red+Green+Blue) = 43+255+220=518 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.30% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFDC is #D40023. Grayscale: #BBBBBB. Windows color (decimal): -13893668 or 14483243. OLE color: 14483243.
HSL color Cylindrical-coordinate representation of color #2BFFDC: hue angle of 170.09º 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 #2BFFDC is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 220 | - |
| CMYK | 0.83 | 0 | 0.14 | 0 |
| HSL | 170.09º | 1% | 0.58% | - |
| HSV(B) | 170.09º | 0.83% | 1% | - |
| XYZ | 49.67 | 77.2 | 79.99 | - |
| YUV | 187.62 | 146.26 | 24.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 220 | 0.83 | 0 | 0.14 | 0 | 170.09 | 1 | 0.58 |
| Hex | 2B | FF | DC | 53 | 0 | E | 0 | AA | 64 | 3A |
| Octal | 53 | 377 | 334 | 123 | 0 | 16 | 0 | 252 | 144 | 72 |
| Binary | 101011 | 11111111 | 11011100 | 1010011 | 0 | 1110 | 0 | 10101010 | 1100100 | 111010 |
Color Harmonies of #2BFFDC
Complementary color
Monochromatic Colors of #2BFFDC
Black with #2BFFDC
Text Example
Text Example
White with #2BFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFDC; }
p { color: rgb(43,255,220); }
H1.HeaderClassName
{
color: #2BFFDC;
}
.AnyTagClassName
{
color: #2BFFDC;
}
</style>
background-color css
<style>
a { background-color: #2BFFDC; }
a { background-color: rgb(43,255,220); }
div.DivClassName
{
background-color: #2BFFDC;
}
.BgClassName
{
background-color: #2BFFDC;
}
</style>
border-color css
<style>
span { border-color: #2BFFDC; }
span { border-color: rgb(43,255,220); }
td.TdClassName
{
border-color: #2BFFDC;
}
.TagClassName
{
border-color: #2BFFDC;
}
</style>