Shades of Turquoise #2BF4DB
Tints of Turquoise #2BF4DB
RGB
CMYK
RGB Variations
Color information
#2BF4DB (or 0x2BF4DB) is known color: Turquoise. HEX triplet: 2B, F4 and DB. RGB value is (43,244,219). Sum of RGB (Red+Green+Blue) = 43+244+219=506 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.50% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #2BF4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF4DB is #D40B24. Grayscale: #B4B4B4. Windows color (decimal): -13896485 or 14414891. OLE color: 14414891.
HSL color Cylindrical-coordinate representation of color #2BF4DB: hue angle of 172.54º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF4DB is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 244 | 219 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.04 |
| HSL | 172.54º | 0.9% | 0.56% | - |
| HSV(B) | 172.54º | 0.82% | 0.96% | - |
| XYZ | 46.13 | 70.33 | 78.16 | - |
| YUV | 181.05 | 149.41 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 244 | 219 | 0.82 | 0 | 0.10 | 0.04 | 172.54 | 0.9 | 0.56 |
| Hex | 2B | F4 | DB | 52 | 0 | A | 4 | AD | 5A | 38 |
| Octal | 53 | 364 | 333 | 122 | 0 | 12 | 4 | 255 | 132 | 70 |
| Binary | 101011 | 11110100 | 11011011 | 1010010 | 0 | 1010 | 100 | 10101101 | 1011010 | 111000 |
Color Harmonies of #2BF4DB
Complementary color
Monochromatic Colors of #2BF4DB
Black with #2BF4DB
Text Example
Text Example
White with #2BF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF4DB; }
p { color: rgb(43,244,219); }
H1.HeaderClassName
{
color: #2BF4DB;
}
.AnyTagClassName
{
color: #2BF4DB;
}
</style>
background-color css
<style>
a { background-color: #2BF4DB; }
a { background-color: rgb(43,244,219); }
div.DivClassName
{
background-color: #2BF4DB;
}
.BgClassName
{
background-color: #2BF4DB;
}
</style>
border-color css
<style>
span { border-color: #2BF4DB; }
span { border-color: rgb(43,244,219); }
td.TdClassName
{
border-color: #2BF4DB;
}
.TagClassName
{
border-color: #2BF4DB;
}
</style>