Shades of Turquoise #2ACFBF
Tints of Turquoise #2ACFBF
RGB
CMYK
RGB Variations
Color information
#2ACFBF (or 0x2ACFBF) is known color: Turquoise. HEX triplet: 2A, CF and BF. RGB value is (42,207,191). Sum of RGB (Red+Green+Blue) = 42+207+191=440 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.55% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFBF is #D53040. Grayscale: #9B9B9B. Windows color (decimal): -13971521 or 12570410. OLE color: 12570410.
HSL color Cylindrical-coordinate representation of color #2ACFBF: hue angle of 174.18º 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 #2ACFBF is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 191 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.19 |
| HSL | 174.18º | 0.66% | 0.49% | - |
| HSV(B) | 174.18º | 0.8% | 0.81% | - |
| XYZ | 32.67 | 48.88 | 57 | - |
| YUV | 155.84 | 147.84 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 191 | 0.80 | 0 | 0.08 | 0.19 | 174.18 | 0.66 | 0.49 |
| Hex | 2A | CF | BF | 50 | 0 | 8 | 13 | AE | 42 | 31 |
| Octal | 52 | 317 | 277 | 120 | 0 | 10 | 23 | 256 | 102 | 61 |
| Binary | 101010 | 11001111 | 10111111 | 1010000 | 0 | 1000 | 10011 | 10101110 | 1000010 | 110001 |
Color Harmonies of #2ACFBF
Complementary color
Monochromatic Colors of #2ACFBF
Black with #2ACFBF
Text Example
Text Example
White with #2ACFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFBF; }
p { color: rgb(42,207,191); }
H1.HeaderClassName
{
color: #2ACFBF;
}
.AnyTagClassName
{
color: #2ACFBF;
}
</style>
background-color css
<style>
a { background-color: #2ACFBF; }
a { background-color: rgb(42,207,191); }
div.DivClassName
{
background-color: #2ACFBF;
}
.BgClassName
{
background-color: #2ACFBF;
}
</style>
border-color css
<style>
span { border-color: #2ACFBF; }
span { border-color: rgb(42,207,191); }
td.TdClassName
{
border-color: #2ACFBF;
}
.TagClassName
{
border-color: #2ACFBF;
}
</style>