Shades of Turquoise #2BFADF
Tints of Turquoise #2BFADF
RGB
CMYK
RGB Variations
Color information
#2BFADF (or 0x2BFADF) is known color: Turquoise. HEX triplet: 2B, FA and DF. RGB value is (43,250,223). Sum of RGB (Red+Green+Blue) = 43+250+223=516 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.33% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFADF is #D40520. Grayscale: #B8B8B8. Windows color (decimal): -13894945 or 14678571. OLE color: 14678571.
HSL color Cylindrical-coordinate representation of color #2BFADF: hue angle of 172.17º 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 #2BFADF is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 223 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.02 |
| HSL | 172.17º | 0.95% | 0.57% | - |
| HSV(B) | 172.17º | 0.83% | 0.98% | - |
| XYZ | 48.5 | 74.21 | 81.58 | - |
| YUV | 185.03 | 149.42 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 223 | 0.83 | 0 | 0.11 | 0.02 | 172.17 | 0.95 | 0.57 |
| Hex | 2B | FA | DF | 53 | 0 | B | 2 | AC | 5F | 39 |
| Octal | 53 | 372 | 337 | 123 | 0 | 13 | 2 | 254 | 137 | 71 |
| Binary | 101011 | 11111010 | 11011111 | 1010011 | 0 | 1011 | 10 | 10101100 | 1011111 | 111001 |
Color Harmonies of #2BFADF
Complementary color
Monochromatic Colors of #2BFADF
Black with #2BFADF
Text Example
Text Example
White with #2BFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFADF; }
p { color: rgb(43,250,223); }
H1.HeaderClassName
{
color: #2BFADF;
}
.AnyTagClassName
{
color: #2BFADF;
}
</style>
background-color css
<style>
a { background-color: #2BFADF; }
a { background-color: rgb(43,250,223); }
div.DivClassName
{
background-color: #2BFADF;
}
.BgClassName
{
background-color: #2BFADF;
}
</style>
border-color css
<style>
span { border-color: #2BFADF; }
span { border-color: rgb(43,250,223); }
td.TdClassName
{
border-color: #2BFADF;
}
.TagClassName
{
border-color: #2BFADF;
}
</style>