Shades of Turquoise #2AECDB
Tints of Turquoise #2AECDB
RGB
CMYK
RGB Variations
Color information
#2AECDB (or 0x2AECDB) is known color: Turquoise. HEX triplet: 2A, EC and DB. RGB value is (42,236,219). Sum of RGB (Red+Green+Blue) = 42+236+219=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #2AECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AECDB is #D51324. Grayscale: #AFAFAF. Windows color (decimal): -13964069 or 14412842. OLE color: 14412842.
HSL color Cylindrical-coordinate representation of color #2AECDB: hue angle of 174.74º 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 #2AECDB is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 219 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.07 |
| HSL | 174.74º | 0.84% | 0.55% | - |
| HSV(B) | 174.74º | 0.82% | 0.93% | - |
| XYZ | 43.74 | 65.6 | 77.37 | - |
| YUV | 176.06 | 152.23 | 32.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 219 | 0.82 | 0 | 0.07 | 0.07 | 174.74 | 0.84 | 0.55 |
| Hex | 2A | EC | DB | 52 | 0 | 7 | 7 | AF | 54 | 37 |
| Octal | 52 | 354 | 333 | 122 | 0 | 7 | 7 | 257 | 124 | 67 |
| Binary | 101010 | 11101100 | 11011011 | 1010010 | 0 | 111 | 111 | 10101111 | 1010100 | 110111 |
Color Harmonies of #2AECDB
Complementary color
Monochromatic Colors of #2AECDB
Black with #2AECDB
Text Example
Text Example
White with #2AECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECDB; }
p { color: rgb(42,236,219); }
H1.HeaderClassName
{
color: #2AECDB;
}
.AnyTagClassName
{
color: #2AECDB;
}
</style>
background-color css
<style>
a { background-color: #2AECDB; }
a { background-color: rgb(42,236,219); }
div.DivClassName
{
background-color: #2AECDB;
}
.BgClassName
{
background-color: #2AECDB;
}
</style>
border-color css
<style>
span { border-color: #2AECDB; }
span { border-color: rgb(42,236,219); }
td.TdClassName
{
border-color: #2AECDB;
}
.TagClassName
{
border-color: #2AECDB;
}
</style>