Shades of Turquoise #2AEBCB
Tints of Turquoise #2AEBCB
RGB
CMYK
RGB Variations
Color information
#2AEBCB (or 0x2AEBCB) is known color: Turquoise. HEX triplet: 2A, EB and CB. RGB value is (42,235,203). Sum of RGB (Red+Green+Blue) = 42+235+203=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 235 (92.19% from 255 or 48.96% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEBCB is #D51434. Grayscale: #ADADAD. Windows color (decimal): -13964341 or 13364010. OLE color: 13364010.
HSL color Cylindrical-coordinate representation of color #2AEBCB: hue angle of 170.05º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEBCB is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 203 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.08 |
| HSL | 170.05º | 0.83% | 0.54% | - |
| HSV(B) | 170.05º | 0.82% | 0.92% | - |
| XYZ | 41.44 | 64.22 | 66.71 | - |
| YUV | 173.65 | 144.56 | 34.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 203 | 0.82 | 0 | 0.14 | 0.08 | 170.05 | 0.83 | 0.54 |
| Hex | 2A | EB | CB | 52 | 0 | E | 8 | AA | 53 | 36 |
| Octal | 52 | 353 | 313 | 122 | 0 | 16 | 10 | 252 | 123 | 66 |
| Binary | 101010 | 11101011 | 11001011 | 1010010 | 0 | 1110 | 1000 | 10101010 | 1010011 | 110110 |
Color Harmonies of #2AEBCB
Complementary color
Monochromatic Colors of #2AEBCB
Black with #2AEBCB
Text Example
Text Example
White with #2AEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBCB; }
p { color: rgb(42,235,203); }
H1.HeaderClassName
{
color: #2AEBCB;
}
.AnyTagClassName
{
color: #2AEBCB;
}
</style>
background-color css
<style>
a { background-color: #2AEBCB; }
a { background-color: rgb(42,235,203); }
div.DivClassName
{
background-color: #2AEBCB;
}
.BgClassName
{
background-color: #2AEBCB;
}
</style>
border-color css
<style>
span { border-color: #2AEBCB; }
span { border-color: rgb(42,235,203); }
td.TdClassName
{
border-color: #2AEBCB;
}
.TagClassName
{
border-color: #2AEBCB;
}
</style>