Shades of Turquoise #2BF7CF
Tints of Turquoise #2BF7CF
RGB
CMYK
RGB Variations
Color information
#2BF7CF (or 0x2BF7CF) is known color: Turquoise. HEX triplet: 2B, F7 and CF. RGB value is (43,247,207). Sum of RGB (Red+Green+Blue) = 43+247+207=497 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.65% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF7CF is #D40830. Grayscale: #B5B5B5. Windows color (decimal): -13895729 or 13629227. OLE color: 13629227.
HSL color Cylindrical-coordinate representation of color #2BF7CF: hue angle of 168.24º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF7CF is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 247 | 207 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.03 |
| HSL | 168.24º | 0.93% | 0.57% | - |
| HSV(B) | 168.24º | 0.83% | 0.97% | - |
| XYZ | 45.52 | 71.54 | 70.44 | - |
| YUV | 181.44 | 142.41 | 29.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 247 | 207 | 0.83 | 0 | 0.16 | 0.03 | 168.24 | 0.93 | 0.57 |
| Hex | 2B | F7 | CF | 53 | 0 | 10 | 3 | A8 | 5D | 39 |
| Octal | 53 | 367 | 317 | 123 | 0 | 20 | 3 | 250 | 135 | 71 |
| Binary | 101011 | 11110111 | 11001111 | 1010011 | 0 | 10000 | 11 | 10101000 | 1011101 | 111001 |
Color Harmonies of #2BF7CF
Complementary color
Monochromatic Colors of #2BF7CF
Black with #2BF7CF
Text Example
Text Example
White with #2BF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF7CF; }
p { color: rgb(43,247,207); }
H1.HeaderClassName
{
color: #2BF7CF;
}
.AnyTagClassName
{
color: #2BF7CF;
}
</style>
background-color css
<style>
a { background-color: #2BF7CF; }
a { background-color: rgb(43,247,207); }
div.DivClassName
{
background-color: #2BF7CF;
}
.BgClassName
{
background-color: #2BF7CF;
}
</style>
border-color css
<style>
span { border-color: #2BF7CF; }
span { border-color: rgb(43,247,207); }
td.TdClassName
{
border-color: #2BF7CF;
}
.TagClassName
{
border-color: #2BF7CF;
}
</style>