Shades of Medium Turquoise #2ACACF
Tints of Medium Turquoise #2ACACF
RGB
CMYK
RGB Variations
Color information
#2ACACF (or 0x2ACACF) is known color: Medium Turquoise. HEX triplet: 2A, CA and CF. RGB value is (42,202,207). Sum of RGB (Red+Green+Blue) = 42+202+207=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #2ACACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACACF is #D53530. Grayscale: #9A9A9A. Windows color (decimal): -13972785 or 13617706. OLE color: 13617706.
HSL color Cylindrical-coordinate representation of color #2ACACF: hue angle of 181.82º 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 #2ACACF is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 202 | 207 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.19 |
| HSL | 181.82º | 0.66% | 0.49% | - |
| HSV(B) | 181.82º | 0.8% | 0.81% | - |
| XYZ | 33.34 | 47.24 | 66.39 | - |
| YUV | 154.73 | 157.49 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 207 | 0.80 | 0.02 | 0 | 0.19 | 181.82 | 0.66 | 0.49 |
| Hex | 2A | CA | CF | 50 | 2 | 0 | 13 | B6 | 42 | 31 |
| Octal | 52 | 312 | 317 | 120 | 2 | 0 | 23 | 266 | 102 | 61 |
| Binary | 101010 | 11001010 | 11001111 | 1010000 | 10 | 0 | 10011 | 10110110 | 1000010 | 110001 |
Color Harmonies of #2ACACF
Complementary color
Monochromatic Colors of #2ACACF
Black with #2ACACF
Text Example
Text Example
White with #2ACACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACACF; }
p { color: rgb(42,202,207); }
H1.HeaderClassName
{
color: #2ACACF;
}
.AnyTagClassName
{
color: #2ACACF;
}
</style>
background-color css
<style>
a { background-color: #2ACACF; }
a { background-color: rgb(42,202,207); }
div.DivClassName
{
background-color: #2ACACF;
}
.BgClassName
{
background-color: #2ACACF;
}
</style>
border-color css
<style>
span { border-color: #2ACACF; }
span { border-color: rgb(42,202,207); }
td.TdClassName
{
border-color: #2ACACF;
}
.TagClassName
{
border-color: #2ACACF;
}
</style>