Shades of Turquoise #2AECCB
Tints of Turquoise #2AECCB
RGB
CMYK
RGB Variations
Color information
#2AECCB (or 0x2AECCB) is known color: Turquoise. HEX triplet: 2A, EC and CB. RGB value is (42,236,203). Sum of RGB (Red+Green+Blue) = 42+236+203=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #2AECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AECCB is #D51334. Grayscale: #AEAEAE. Windows color (decimal): -13964085 or 13364266. OLE color: 13364266.
HSL color Cylindrical-coordinate representation of color #2AECCB: hue angle of 169.79º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AECCB is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 203 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.07 |
| HSL | 169.79º | 0.84% | 0.55% | - |
| HSV(B) | 169.79º | 0.82% | 0.93% | - |
| XYZ | 41.73 | 64.79 | 66.81 | - |
| YUV | 174.23 | 144.23 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 203 | 0.82 | 0 | 0.14 | 0.07 | 169.79 | 0.84 | 0.55 |
| Hex | 2A | EC | CB | 52 | 0 | E | 7 | AA | 54 | 37 |
| Octal | 52 | 354 | 313 | 122 | 0 | 16 | 7 | 252 | 124 | 67 |
| Binary | 101010 | 11101100 | 11001011 | 1010010 | 0 | 1110 | 111 | 10101010 | 1010100 | 110111 |
Color Harmonies of #2AECCB
Complementary color
Monochromatic Colors of #2AECCB
Black with #2AECCB
Text Example
Text Example
White with #2AECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECCB; }
p { color: rgb(42,236,203); }
H1.HeaderClassName
{
color: #2AECCB;
}
.AnyTagClassName
{
color: #2AECCB;
}
</style>
background-color css
<style>
a { background-color: #2AECCB; }
a { background-color: rgb(42,236,203); }
div.DivClassName
{
background-color: #2AECCB;
}
.BgClassName
{
background-color: #2AECCB;
}
</style>
border-color css
<style>
span { border-color: #2AECCB; }
span { border-color: rgb(42,236,203); }
td.TdClassName
{
border-color: #2AECCB;
}
.TagClassName
{
border-color: #2AECCB;
}
</style>