Shades of Turquoise #2ACFC3
Tints of Turquoise #2ACFC3
RGB
CMYK
RGB Variations
Color information
#2ACFC3 (or 0x2ACFC3) is known color: Turquoise. HEX triplet: 2A, CF and C3. RGB value is (42,207,195). Sum of RGB (Red+Green+Blue) = 42+207+195=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFC3 is #D5303C. Grayscale: #9C9C9C. Windows color (decimal): -13971517 or 12832554. OLE color: 12832554.
HSL color Cylindrical-coordinate representation of color #2ACFC3: hue angle of 175.64º 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 #2ACFC3 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 195 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.19 |
| HSL | 175.64º | 0.66% | 0.49% | - |
| HSV(B) | 175.64º | 0.8% | 0.81% | - |
| XYZ | 33.12 | 49.06 | 59.35 | - |
| YUV | 156.3 | 149.84 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 195 | 0.80 | 0 | 0.06 | 0.19 | 175.64 | 0.66 | 0.49 |
| Hex | 2A | CF | C3 | 50 | 0 | 6 | 13 | B0 | 42 | 31 |
| Octal | 52 | 317 | 303 | 120 | 0 | 6 | 23 | 260 | 102 | 61 |
| Binary | 101010 | 11001111 | 11000011 | 1010000 | 0 | 110 | 10011 | 10110000 | 1000010 | 110001 |
Color Harmonies of #2ACFC3
Complementary color
Monochromatic Colors of #2ACFC3
Black with #2ACFC3
Text Example
Text Example
White with #2ACFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFC3; }
p { color: rgb(42,207,195); }
H1.HeaderClassName
{
color: #2ACFC3;
}
.AnyTagClassName
{
color: #2ACFC3;
}
</style>
background-color css
<style>
a { background-color: #2ACFC3; }
a { background-color: rgb(42,207,195); }
div.DivClassName
{
background-color: #2ACFC3;
}
.BgClassName
{
background-color: #2ACFC3;
}
</style>
border-color css
<style>
span { border-color: #2ACFC3; }
span { border-color: rgb(42,207,195); }
td.TdClassName
{
border-color: #2ACFC3;
}
.TagClassName
{
border-color: #2ACFC3;
}
</style>