Shades of Turquoise #2BFAD6
Tints of Turquoise #2BFAD6
RGB
CMYK
RGB Variations
Color information
#2BFAD6 (or 0x2BFAD6) is known color: Turquoise. HEX triplet: 2B, FA and D6. RGB value is (43,250,214). Sum of RGB (Red+Green+Blue) = 43+250+214=507 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.48% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFAD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFAD6 is #D40529. Grayscale: #B7B7B7. Windows color (decimal): -13894954 or 14088747. OLE color: 14088747.
HSL color Cylindrical-coordinate representation of color #2BFAD6: hue angle of 169.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFAD6 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 214 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.02 |
| HSL | 169.57º | 0.95% | 0.57% | - |
| HSV(B) | 169.57º | 0.83% | 0.98% | - |
| XYZ | 47.32 | 73.74 | 75.36 | - |
| YUV | 184 | 144.92 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 214 | 0.83 | 0 | 0.14 | 0.02 | 169.57 | 0.95 | 0.57 |
| Hex | 2B | FA | D6 | 53 | 0 | E | 2 | AA | 5F | 39 |
| Octal | 53 | 372 | 326 | 123 | 0 | 16 | 2 | 252 | 137 | 71 |
| Binary | 101011 | 11111010 | 11010110 | 1010011 | 0 | 1110 | 10 | 10101010 | 1011111 | 111001 |
Color Harmonies of #2BFAD6
Complementary color
Monochromatic Colors of #2BFAD6
Black with #2BFAD6
Text Example
Text Example
White with #2BFAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFAD6; }
p { color: rgb(43,250,214); }
H1.HeaderClassName
{
color: #2BFAD6;
}
.AnyTagClassName
{
color: #2BFAD6;
}
</style>
background-color css
<style>
a { background-color: #2BFAD6; }
a { background-color: rgb(43,250,214); }
div.DivClassName
{
background-color: #2BFAD6;
}
.BgClassName
{
background-color: #2BFAD6;
}
</style>
border-color css
<style>
span { border-color: #2BFAD6; }
span { border-color: rgb(43,250,214); }
td.TdClassName
{
border-color: #2BFAD6;
}
.TagClassName
{
border-color: #2BFAD6;
}
</style>