Shades of Turquoise #2ACED3
Tints of Turquoise #2ACED3
RGB
CMYK
RGB Variations
Color information
#2ACED3 (or 0x2ACED3) is known color: Turquoise. HEX triplet: 2A, CE and D3. RGB value is (42,206,211). Sum of RGB (Red+Green+Blue) = 42+206+211=459 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.15% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #2ACED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACED3 is #D5312C. Grayscale: #9D9D9D. Windows color (decimal): -13971757 or 13880874. OLE color: 13880874.
HSL color Cylindrical-coordinate representation of color #2ACED3: hue angle of 181.78º 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 #2ACED3 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 206 | 211 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.17 |
| HSL | 181.78º | 0.67% | 0.5% | - |
| HSV(B) | 181.78º | 0.8% | 0.83% | - |
| XYZ | 34.78 | 49.34 | 69.32 | - |
| YUV | 157.53 | 158.17 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 211 | 0.80 | 0.02 | 0 | 0.17 | 181.78 | 0.67 | 0.5 |
| Hex | 2A | CE | D3 | 50 | 2 | 0 | 11 | B6 | 43 | 32 |
| Octal | 52 | 316 | 323 | 120 | 2 | 0 | 21 | 266 | 103 | 62 |
| Binary | 101010 | 11001110 | 11010011 | 1010000 | 10 | 0 | 10001 | 10110110 | 1000011 | 110010 |
Color Harmonies of #2ACED3
Complementary color
Monochromatic Colors of #2ACED3
Black with #2ACED3
Text Example
Text Example
White with #2ACED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACED3; }
p { color: rgb(42,206,211); }
H1.HeaderClassName
{
color: #2ACED3;
}
.AnyTagClassName
{
color: #2ACED3;
}
</style>
background-color css
<style>
a { background-color: #2ACED3; }
a { background-color: rgb(42,206,211); }
div.DivClassName
{
background-color: #2ACED3;
}
.BgClassName
{
background-color: #2ACED3;
}
</style>
border-color css
<style>
span { border-color: #2ACED3; }
span { border-color: rgb(42,206,211); }
td.TdClassName
{
border-color: #2ACED3;
}
.TagClassName
{
border-color: #2ACED3;
}
</style>