Shades of Turquoise #2BCFC2
Tints of Turquoise #2BCFC2
RGB
CMYK
RGB Variations
Color information
#2BCFC2 (or 0x2BCFC2) is known color: Turquoise. HEX triplet: 2B, CF and C2. RGB value is (43,207,194). Sum of RGB (Red+Green+Blue) = 43+207+194=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFC2 is #D4303D. Grayscale: #9C9C9C. Windows color (decimal): -13905982 or 12767019. OLE color: 12767019.
HSL color Cylindrical-coordinate representation of color #2BCFC2: hue angle of 175.24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCFC2 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 194 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.19 |
| HSL | 175.24º | 0.66% | 0.49% | - |
| HSV(B) | 175.24º | 0.79% | 0.81% | - |
| XYZ | 33.05 | 49.03 | 58.76 | - |
| YUV | 156.48 | 149.17 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 194 | 0.79 | 0 | 0.06 | 0.19 | 175.24 | 0.66 | 0.49 |
| Hex | 2B | CF | C2 | 4F | 0 | 6 | 13 | AF | 42 | 31 |
| Octal | 53 | 317 | 302 | 117 | 0 | 6 | 23 | 257 | 102 | 61 |
| Binary | 101011 | 11001111 | 11000010 | 1001111 | 0 | 110 | 10011 | 10101111 | 1000010 | 110001 |
Color Harmonies of #2BCFC2
Complementary color
Monochromatic Colors of #2BCFC2
Black with #2BCFC2
Text Example
Text Example
White with #2BCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFC2; }
p { color: rgb(43,207,194); }
H1.HeaderClassName
{
color: #2BCFC2;
}
.AnyTagClassName
{
color: #2BCFC2;
}
</style>
background-color css
<style>
a { background-color: #2BCFC2; }
a { background-color: rgb(43,207,194); }
div.DivClassName
{
background-color: #2BCFC2;
}
.BgClassName
{
background-color: #2BCFC2;
}
</style>
border-color css
<style>
span { border-color: #2BCFC2; }
span { border-color: rgb(43,207,194); }
td.TdClassName
{
border-color: #2BCFC2;
}
.TagClassName
{
border-color: #2BCFC2;
}
</style>