Shades of Turquoise #2ACFC0
Tints of Turquoise #2ACFC0
RGB
CMYK
RGB Variations
Color information
#2ACFC0 (or 0x2ACFC0) is known color: Turquoise. HEX triplet: 2A, CF and C0. RGB value is (42,207,192). Sum of RGB (Red+Green+Blue) = 42+207+192=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFC0 is #D5303F. Grayscale: #9B9B9B. Windows color (decimal): -13971520 or 12635946. OLE color: 12635946.
HSL color Cylindrical-coordinate representation of color #2ACFC0: hue angle of 174.55º 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 #2ACFC0 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 192 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.19 |
| HSL | 174.55º | 0.66% | 0.49% | - |
| HSV(B) | 174.55º | 0.8% | 0.81% | - |
| XYZ | 32.78 | 48.92 | 57.58 | - |
| YUV | 155.96 | 148.34 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 192 | 0.80 | 0 | 0.07 | 0.19 | 174.55 | 0.66 | 0.49 |
| Hex | 2A | CF | C0 | 50 | 0 | 7 | 13 | AF | 42 | 31 |
| Octal | 52 | 317 | 300 | 120 | 0 | 7 | 23 | 257 | 102 | 61 |
| Binary | 101010 | 11001111 | 11000000 | 1010000 | 0 | 111 | 10011 | 10101111 | 1000010 | 110001 |
Color Harmonies of #2ACFC0
Complementary color
Monochromatic Colors of #2ACFC0
Black with #2ACFC0
Text Example
Text Example
White with #2ACFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFC0; }
p { color: rgb(42,207,192); }
H1.HeaderClassName
{
color: #2ACFC0;
}
.AnyTagClassName
{
color: #2ACFC0;
}
</style>
background-color css
<style>
a { background-color: #2ACFC0; }
a { background-color: rgb(42,207,192); }
div.DivClassName
{
background-color: #2ACFC0;
}
.BgClassName
{
background-color: #2ACFC0;
}
</style>
border-color css
<style>
span { border-color: #2ACFC0; }
span { border-color: rgb(42,207,192); }
td.TdClassName
{
border-color: #2ACFC0;
}
.TagClassName
{
border-color: #2ACFC0;
}
</style>