Shades of Turquoise #2ADADF
Tints of Turquoise #2ADADF
RGB
CMYK
RGB Variations
Color information
#2ADADF (or 0x2ADADF) is known color: Turquoise. HEX triplet: 2A, DA and DF. RGB value is (42,218,223). Sum of RGB (Red+Green+Blue) = 42+218+223=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ADADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADADF is #D52520. Grayscale: #A5A5A5. Windows color (decimal): -13968673 or 14670378. OLE color: 14670378.
HSL color Cylindrical-coordinate representation of color #2ADADF: hue angle of 181.66º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADADF is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 218 | 223 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.13 |
| HSL | 181.66º | 0.74% | 0.52% | - |
| HSV(B) | 181.66º | 0.81% | 0.87% | - |
| XYZ | 39.35 | 55.96 | 78.54 | - |
| YUV | 165.95 | 160.19 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 223 | 0.81 | 0.02 | 0 | 0.13 | 181.66 | 0.74 | 0.52 |
| Hex | 2A | DA | DF | 51 | 2 | 0 | D | B6 | 4A | 34 |
| Octal | 52 | 332 | 337 | 121 | 2 | 0 | 15 | 266 | 112 | 64 |
| Binary | 101010 | 11011010 | 11011111 | 1010001 | 10 | 0 | 1101 | 10110110 | 1001010 | 110100 |
Color Harmonies of #2ADADF
Complementary color
Monochromatic Colors of #2ADADF
Black with #2ADADF
Text Example
Text Example
White with #2ADADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADADF; }
p { color: rgb(42,218,223); }
H1.HeaderClassName
{
color: #2ADADF;
}
.AnyTagClassName
{
color: #2ADADF;
}
</style>
background-color css
<style>
a { background-color: #2ADADF; }
a { background-color: rgb(42,218,223); }
div.DivClassName
{
background-color: #2ADADF;
}
.BgClassName
{
background-color: #2ADADF;
}
</style>
border-color css
<style>
span { border-color: #2ADADF; }
span { border-color: rgb(42,218,223); }
td.TdClassName
{
border-color: #2ADADF;
}
.TagClassName
{
border-color: #2ADADF;
}
</style>