Shades of Turquoise #2ADACF
Tints of Turquoise #2ADACF
RGB
CMYK
RGB Variations
Color information
#2ADACF (or 0x2ADACF) is known color: Turquoise. HEX triplet: 2A, DA and CF. RGB value is (42,218,207). Sum of RGB (Red+Green+Blue) = 42+218+207=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADACF is #D52530. Grayscale: #A3A3A3. Windows color (decimal): -13968689 or 13621802. OLE color: 13621802.
HSL color Cylindrical-coordinate representation of color #2ADACF: hue angle of 176.25º 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 #2ADACF is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 207 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.15 |
| HSL | 176.25º | 0.7% | 0.51% | - |
| HSV(B) | 176.25º | 0.81% | 0.85% | - |
| XYZ | 37.29 | 55.14 | 67.71 | - |
| YUV | 164.12 | 152.19 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 207 | 0.81 | 0 | 0.05 | 0.15 | 176.25 | 0.7 | 0.51 |
| Hex | 2A | DA | CF | 51 | 0 | 5 | F | B0 | 46 | 33 |
| Octal | 52 | 332 | 317 | 121 | 0 | 5 | 17 | 260 | 106 | 63 |
| Binary | 101010 | 11011010 | 11001111 | 1010001 | 0 | 101 | 1111 | 10110000 | 1000110 | 110011 |
Color Harmonies of #2ADACF
Complementary color
Monochromatic Colors of #2ADACF
Black with #2ADACF
Text Example
Text Example
White with #2ADACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADACF; }
p { color: rgb(42,218,207); }
H1.HeaderClassName
{
color: #2ADACF;
}
.AnyTagClassName
{
color: #2ADACF;
}
</style>
background-color css
<style>
a { background-color: #2ADACF; }
a { background-color: rgb(42,218,207); }
div.DivClassName
{
background-color: #2ADACF;
}
.BgClassName
{
background-color: #2ADACF;
}
</style>
border-color css
<style>
span { border-color: #2ADACF; }
span { border-color: rgb(42,218,207); }
td.TdClassName
{
border-color: #2ADACF;
}
.TagClassName
{
border-color: #2ADACF;
}
</style>