Shades of Turquoise #2ADACC
Tints of Turquoise #2ADACC
RGB
CMYK
RGB Variations
Color information
#2ADACC (or 0x2ADACC) is known color: Turquoise. HEX triplet: 2A, DA and CC. RGB value is (42,218,204). Sum of RGB (Red+Green+Blue) = 42+218+204=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADACC is #D52533. Grayscale: #A3A3A3. Windows color (decimal): -13968692 or 13425194. OLE color: 13425194.
HSL color Cylindrical-coordinate representation of color #2ADACC: hue angle of 175.23º 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 #2ADACC is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 204 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.15 |
| HSL | 175.23º | 0.7% | 0.51% | - |
| HSV(B) | 175.23º | 0.81% | 0.85% | - |
| XYZ | 36.93 | 54.99 | 65.8 | - |
| YUV | 163.78 | 150.69 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 204 | 0.81 | 0 | 0.06 | 0.15 | 175.23 | 0.7 | 0.51 |
| Hex | 2A | DA | CC | 51 | 0 | 6 | F | AF | 46 | 33 |
| Octal | 52 | 332 | 314 | 121 | 0 | 6 | 17 | 257 | 106 | 63 |
| Binary | 101010 | 11011010 | 11001100 | 1010001 | 0 | 110 | 1111 | 10101111 | 1000110 | 110011 |
Color Harmonies of #2ADACC
Complementary color
Monochromatic Colors of #2ADACC
Black with #2ADACC
Text Example
Text Example
White with #2ADACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADACC; }
p { color: rgb(42,218,204); }
H1.HeaderClassName
{
color: #2ADACC;
}
.AnyTagClassName
{
color: #2ADACC;
}
</style>
background-color css
<style>
a { background-color: #2ADACC; }
a { background-color: rgb(42,218,204); }
div.DivClassName
{
background-color: #2ADACC;
}
.BgClassName
{
background-color: #2ADACC;
}
</style>
border-color css
<style>
span { border-color: #2ADACC; }
span { border-color: rgb(42,218,204); }
td.TdClassName
{
border-color: #2ADACC;
}
.TagClassName
{
border-color: #2ADACC;
}
</style>