Shades of Turquoise #2BFACD
Tints of Turquoise #2BFACD
RGB
CMYK
RGB Variations
Color information
#2BFACD (or 0x2BFACD) is known color: Turquoise. HEX triplet: 2B, FA and CD. RGB value is (43,250,205). Sum of RGB (Red+Green+Blue) = 43+250+205=498 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.63% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFACD is #D40532. Grayscale: #B6B6B6. Windows color (decimal): -13894963 or 13498923. OLE color: 13498923.
HSL color Cylindrical-coordinate representation of color #2BFACD: hue angle of 166.96º 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 #2BFACD is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 205 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.02 |
| HSL | 166.96º | 0.95% | 0.57% | - |
| HSV(B) | 166.96º | 0.83% | 0.98% | - |
| XYZ | 46.2 | 73.29 | 69.47 | - |
| YUV | 182.98 | 140.42 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 205 | 0.83 | 0 | 0.18 | 0.02 | 166.96 | 0.95 | 0.57 |
| Hex | 2B | FA | CD | 53 | 0 | 12 | 2 | A7 | 5F | 39 |
| Octal | 53 | 372 | 315 | 123 | 0 | 22 | 2 | 247 | 137 | 71 |
| Binary | 101011 | 11111010 | 11001101 | 1010011 | 0 | 10010 | 10 | 10100111 | 1011111 | 111001 |
Color Harmonies of #2BFACD
Complementary color
Monochromatic Colors of #2BFACD
Black with #2BFACD
Text Example
Text Example
White with #2BFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFACD; }
p { color: rgb(43,250,205); }
H1.HeaderClassName
{
color: #2BFACD;
}
.AnyTagClassName
{
color: #2BFACD;
}
</style>
background-color css
<style>
a { background-color: #2BFACD; }
a { background-color: rgb(43,250,205); }
div.DivClassName
{
background-color: #2BFACD;
}
.BgClassName
{
background-color: #2BFACD;
}
</style>
border-color css
<style>
span { border-color: #2BFACD; }
span { border-color: rgb(43,250,205); }
td.TdClassName
{
border-color: #2BFACD;
}
.TagClassName
{
border-color: #2BFACD;
}
</style>