Shades of Medium Turquoise #2ACACB
Tints of Medium Turquoise #2ACACB
RGB
CMYK
RGB Variations
Color information
#2ACACB (or 0x2ACACB) is known color: Medium Turquoise. HEX triplet: 2A, CA and CB. RGB value is (42,202,203). Sum of RGB (Red+Green+Blue) = 42+202+203=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #2ACACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACACB is #D53534. Grayscale: #9A9A9A. Windows color (decimal): -13972789 or 13355562. OLE color: 13355562.
HSL color Cylindrical-coordinate representation of color #2ACACB: hue angle of 180.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACACB is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 202 | 203 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.20 |
| HSL | 180.37º | 0.66% | 0.48% | - |
| HSV(B) | 180.37º | 0.79% | 0.8% | - |
| XYZ | 32.85 | 47.05 | 63.85 | - |
| YUV | 154.27 | 155.49 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 203 | 0.79 | 0.00 | 0 | 0.20 | 180.37 | 0.66 | 0.48 |
| Hex | 2A | CA | CB | 4F | 0 | 0 | 14 | B4 | 42 | 30 |
| Octal | 52 | 312 | 313 | 117 | 0 | 0 | 24 | 264 | 102 | 60 |
| Binary | 101010 | 11001010 | 11001011 | 1001111 | 0 | 0 | 10100 | 10110100 | 1000010 | 110000 |
Color Harmonies of #2ACACB
Complementary color
Monochromatic Colors of #2ACACB
Black with #2ACACB
Text Example
Text Example
White with #2ACACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACACB; }
p { color: rgb(42,202,203); }
H1.HeaderClassName
{
color: #2ACACB;
}
.AnyTagClassName
{
color: #2ACACB;
}
</style>
background-color css
<style>
a { background-color: #2ACACB; }
a { background-color: rgb(42,202,203); }
div.DivClassName
{
background-color: #2ACACB;
}
.BgClassName
{
background-color: #2ACACB;
}
</style>
border-color css
<style>
span { border-color: #2ACACB; }
span { border-color: rgb(42,202,203); }
td.TdClassName
{
border-color: #2ACACB;
}
.TagClassName
{
border-color: #2ACACB;
}
</style>