Shades of Turquoise #2ACFBB
Tints of Turquoise #2ACFBB
RGB
CMYK
RGB Variations
Color information
#2ACFBB (or 0x2ACFBB) is known color: Turquoise. HEX triplet: 2A, CF and BB. RGB value is (42,207,187). Sum of RGB (Red+Green+Blue) = 42+207+187=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFBB is #D53044. Grayscale: #9B9B9B. Windows color (decimal): -13971525 or 12308266. OLE color: 12308266.
HSL color Cylindrical-coordinate representation of color #2ACFBB: hue angle of 172.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACFBB is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 187 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.19 |
| HSL | 172.73º | 0.66% | 0.49% | - |
| HSV(B) | 172.73º | 0.8% | 0.81% | - |
| XYZ | 32.24 | 48.71 | 54.72 | - |
| YUV | 155.39 | 145.84 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 187 | 0.80 | 0 | 0.10 | 0.19 | 172.73 | 0.66 | 0.49 |
| Hex | 2A | CF | BB | 50 | 0 | A | 13 | AD | 42 | 31 |
| Octal | 52 | 317 | 273 | 120 | 0 | 12 | 23 | 255 | 102 | 61 |
| Binary | 101010 | 11001111 | 10111011 | 1010000 | 0 | 1010 | 10011 | 10101101 | 1000010 | 110001 |
Color Harmonies of #2ACFBB
Complementary color
Monochromatic Colors of #2ACFBB
Black with #2ACFBB
Text Example
Text Example
White with #2ACFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFBB; }
p { color: rgb(42,207,187); }
H1.HeaderClassName
{
color: #2ACFBB;
}
.AnyTagClassName
{
color: #2ACFBB;
}
</style>
background-color css
<style>
a { background-color: #2ACFBB; }
a { background-color: rgb(42,207,187); }
div.DivClassName
{
background-color: #2ACFBB;
}
.BgClassName
{
background-color: #2ACFBB;
}
</style>
border-color css
<style>
span { border-color: #2ACFBB; }
span { border-color: rgb(42,207,187); }
td.TdClassName
{
border-color: #2ACFBB;
}
.TagClassName
{
border-color: #2ACFBB;
}
</style>