Shades of Turquoise #2ACFC2
Tints of Turquoise #2ACFC2
RGB
CMYK
RGB Variations
Color information
#2ACFC2 (or 0x2ACFC2) is known color: Turquoise. HEX triplet: 2A, CF and C2. RGB value is (42,207,194). Sum of RGB (Red+Green+Blue) = 42+207+194=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFC2 is #D5303D. Grayscale: #9C9C9C. Windows color (decimal): -13971518 or 12767018. OLE color: 12767018.
HSL color Cylindrical-coordinate representation of color #2ACFC2: hue angle of 175.27º 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 #2ACFC2 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 194 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.19 |
| HSL | 175.27º | 0.66% | 0.49% | - |
| HSV(B) | 175.27º | 0.8% | 0.81% | - |
| XYZ | 33.01 | 49.01 | 58.76 | - |
| YUV | 156.18 | 149.34 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 194 | 0.80 | 0 | 0.06 | 0.19 | 175.27 | 0.66 | 0.49 |
| Hex | 2A | CF | C2 | 50 | 0 | 6 | 13 | AF | 42 | 31 |
| Octal | 52 | 317 | 302 | 120 | 0 | 6 | 23 | 257 | 102 | 61 |
| Binary | 101010 | 11001111 | 11000010 | 1010000 | 0 | 110 | 10011 | 10101111 | 1000010 | 110001 |
Color Harmonies of #2ACFC2
Complementary color
Monochromatic Colors of #2ACFC2
Black with #2ACFC2
Text Example
Text Example
White with #2ACFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFC2; }
p { color: rgb(42,207,194); }
H1.HeaderClassName
{
color: #2ACFC2;
}
.AnyTagClassName
{
color: #2ACFC2;
}
</style>
background-color css
<style>
a { background-color: #2ACFC2; }
a { background-color: rgb(42,207,194); }
div.DivClassName
{
background-color: #2ACFC2;
}
.BgClassName
{
background-color: #2ACFC2;
}
</style>
border-color css
<style>
span { border-color: #2ACFC2; }
span { border-color: rgb(42,207,194); }
td.TdClassName
{
border-color: #2ACFC2;
}
.TagClassName
{
border-color: #2ACFC2;
}
</style>