Shades of Turquoise #2BF3C6
Tints of Turquoise #2BF3C6
RGB
CMYK
RGB Variations
Color information
#2BF3C6 (or 0x2BF3C6) is known color: Turquoise. HEX triplet: 2B, F3 and C6. RGB value is (43,243,198). Sum of RGB (Red+Green+Blue) = 43+243+198=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF3C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF3C6 is #D40C39. Grayscale: #B2B2B2. Windows color (decimal): -13896762 or 13038379. OLE color: 13038379.
HSL color Cylindrical-coordinate representation of color #2BF3C6: hue angle of 166.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF3C6 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 198 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.05 |
| HSL | 166.5º | 0.89% | 0.56% | - |
| HSV(B) | 166.5º | 0.82% | 0.95% | - |
| XYZ | 43.24 | 68.69 | 64.41 | - |
| YUV | 178.07 | 139.24 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 198 | 0.82 | 0 | 0.19 | 0.05 | 166.5 | 0.89 | 0.56 |
| Hex | 2B | F3 | C6 | 52 | 0 | 13 | 5 | A6 | 59 | 38 |
| Octal | 53 | 363 | 306 | 122 | 0 | 23 | 5 | 246 | 131 | 70 |
| Binary | 101011 | 11110011 | 11000110 | 1010010 | 0 | 10011 | 101 | 10100110 | 1011001 | 111000 |
Color Harmonies of #2BF3C6
Complementary color
Monochromatic Colors of #2BF3C6
Black with #2BF3C6
Text Example
Text Example
White with #2BF3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF3C6; }
p { color: rgb(43,243,198); }
H1.HeaderClassName
{
color: #2BF3C6;
}
.AnyTagClassName
{
color: #2BF3C6;
}
</style>
background-color css
<style>
a { background-color: #2BF3C6; }
a { background-color: rgb(43,243,198); }
div.DivClassName
{
background-color: #2BF3C6;
}
.BgClassName
{
background-color: #2BF3C6;
}
</style>
border-color css
<style>
span { border-color: #2BF3C6; }
span { border-color: rgb(43,243,198); }
td.TdClassName
{
border-color: #2BF3C6;
}
.TagClassName
{
border-color: #2BF3C6;
}
</style>