Shades of Turquoise #2BFFDA
Tints of Turquoise #2BFFDA
RGB
CMYK
RGB Variations
Color information
#2BFFDA (or 0x2BFFDA) is known color: Turquoise. HEX triplet: 2B, FF and DA. RGB value is (43,255,218). Sum of RGB (Red+Green+Blue) = 43+255+218=516 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.33% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFDA is #D40025. Grayscale: #BBBBBB. Windows color (decimal): -13893670 or 14352171. OLE color: 14352171.
HSL color Cylindrical-coordinate representation of color #2BFFDA: hue angle of 169.53º 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 #2BFFDA is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 218 | - |
| CMYK | 0.83 | 0 | 0.15 | 0 |
| HSL | 169.53º | 1% | 0.58% | - |
| HSV(B) | 169.53º | 0.83% | 1% | - |
| XYZ | 49.41 | 77.1 | 78.61 | - |
| YUV | 187.39 | 145.26 | 25.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 218 | 0.83 | 0 | 0.15 | 0 | 169.53 | 1 | 0.58 |
| Hex | 2B | FF | DA | 53 | 0 | F | 0 | AA | 64 | 3A |
| Octal | 53 | 377 | 332 | 123 | 0 | 17 | 0 | 252 | 144 | 72 |
| Binary | 101011 | 11111111 | 11011010 | 1010011 | 0 | 1111 | 0 | 10101010 | 1100100 | 111010 |
Color Harmonies of #2BFFDA
Complementary color
Monochromatic Colors of #2BFFDA
Black with #2BFFDA
Text Example
Text Example
White with #2BFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFDA; }
p { color: rgb(43,255,218); }
H1.HeaderClassName
{
color: #2BFFDA;
}
.AnyTagClassName
{
color: #2BFFDA;
}
</style>
background-color css
<style>
a { background-color: #2BFFDA; }
a { background-color: rgb(43,255,218); }
div.DivClassName
{
background-color: #2BFFDA;
}
.BgClassName
{
background-color: #2BFFDA;
}
</style>
border-color css
<style>
span { border-color: #2BFFDA; }
span { border-color: rgb(43,255,218); }
td.TdClassName
{
border-color: #2BFFDA;
}
.TagClassName
{
border-color: #2BFFDA;
}
</style>