Shades of Turquoise #2ACEDA
Tints of Turquoise #2ACEDA
RGB
CMYK
RGB Variations
Color information
#2ACEDA (or 0x2ACEDA) is known color: Turquoise. HEX triplet: 2A, CE and DA. RGB value is (42,206,218). Sum of RGB (Red+Green+Blue) = 42+206+218=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #2ACEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEDA is #D53125. Grayscale: #9E9E9E. Windows color (decimal): -13971750 or 14339626. OLE color: 14339626.
HSL color Cylindrical-coordinate representation of color #2ACEDA: hue angle of 184.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACEDA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 206 | 218 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.15 |
| HSL | 184.09º | 0.7% | 0.51% | - |
| HSV(B) | 184.09º | 0.81% | 0.85% | - |
| XYZ | 35.68 | 49.7 | 74.04 | - |
| YUV | 158.33 | 161.67 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 218 | 0.81 | 0.06 | 0 | 0.15 | 184.09 | 0.7 | 0.51 |
| Hex | 2A | CE | DA | 51 | 6 | 0 | F | B8 | 46 | 33 |
| Octal | 52 | 316 | 332 | 121 | 6 | 0 | 17 | 270 | 106 | 63 |
| Binary | 101010 | 11001110 | 11011010 | 1010001 | 110 | 0 | 1111 | 10111000 | 1000110 | 110011 |
Color Harmonies of #2ACEDA
Complementary color
Monochromatic Colors of #2ACEDA
Black with #2ACEDA
Text Example
Text Example
White with #2ACEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEDA; }
p { color: rgb(42,206,218); }
H1.HeaderClassName
{
color: #2ACEDA;
}
.AnyTagClassName
{
color: #2ACEDA;
}
</style>
background-color css
<style>
a { background-color: #2ACEDA; }
a { background-color: rgb(42,206,218); }
div.DivClassName
{
background-color: #2ACEDA;
}
.BgClassName
{
background-color: #2ACEDA;
}
</style>
border-color css
<style>
span { border-color: #2ACEDA; }
span { border-color: rgb(42,206,218); }
td.TdClassName
{
border-color: #2ACEDA;
}
.TagClassName
{
border-color: #2ACEDA;
}
</style>