Shades of Medium Turquoise #2ACBD3
Tints of Medium Turquoise #2ACBD3
RGB
CMYK
RGB Variations
Color information
#2ACBD3 (or 0x2ACBD3) is known color: Medium Turquoise. HEX triplet: 2A, CB and D3. RGB value is (42,203,211). Sum of RGB (Red+Green+Blue) = 42+203+211=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #2ACBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACBD3 is #D5342C. Grayscale: #9B9B9B. Windows color (decimal): -13972525 or 13880106. OLE color: 13880106.
HSL color Cylindrical-coordinate representation of color #2ACBD3: hue angle of 182.84º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACBD3 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 203 | 211 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.17 |
| HSL | 182.84º | 0.67% | 0.5% | - |
| HSV(B) | 182.84º | 0.8% | 0.83% | - |
| XYZ | 34.07 | 47.91 | 69.08 | - |
| YUV | 155.77 | 159.16 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 211 | 0.80 | 0.04 | 0 | 0.17 | 182.84 | 0.67 | 0.5 |
| Hex | 2A | CB | D3 | 50 | 4 | 0 | 11 | B7 | 43 | 32 |
| Octal | 52 | 313 | 323 | 120 | 4 | 0 | 21 | 267 | 103 | 62 |
| Binary | 101010 | 11001011 | 11010011 | 1010000 | 100 | 0 | 10001 | 10110111 | 1000011 | 110010 |
Color Harmonies of #2ACBD3
Complementary color
Monochromatic Colors of #2ACBD3
Black with #2ACBD3
Text Example
Text Example
White with #2ACBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACBD3; }
p { color: rgb(42,203,211); }
H1.HeaderClassName
{
color: #2ACBD3;
}
.AnyTagClassName
{
color: #2ACBD3;
}
</style>
background-color css
<style>
a { background-color: #2ACBD3; }
a { background-color: rgb(42,203,211); }
div.DivClassName
{
background-color: #2ACBD3;
}
.BgClassName
{
background-color: #2ACBD3;
}
</style>
border-color css
<style>
span { border-color: #2ACBD3; }
span { border-color: rgb(42,203,211); }
td.TdClassName
{
border-color: #2ACBD3;
}
.TagClassName
{
border-color: #2ACBD3;
}
</style>