Shades of Turquoise #2ADFE3
Tints of Turquoise #2ADFE3
RGB
CMYK
RGB Variations
Color information
#2ADFE3 (or 0x2ADFE3) is known color: Turquoise. HEX triplet: 2A, DF and E3. RGB value is (42,223,227). Sum of RGB (Red+Green+Blue) = 42+223+227=492 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.54% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #2ADFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFE3 is #D5201C. Grayscale: #A9A9A9. Windows color (decimal): -13967389 or 14933802. OLE color: 14933802.
HSL color Cylindrical-coordinate representation of color #2ADFE3: hue angle of 181.3º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADFE3 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 223 | 227 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.11 |
| HSL | 181.3º | 0.77% | 0.53% | - |
| HSV(B) | 181.3º | 0.81% | 0.89% | - |
| XYZ | 41.21 | 58.81 | 81.85 | - |
| YUV | 169.34 | 160.53 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 227 | 0.81 | 0.02 | 0 | 0.11 | 181.3 | 0.77 | 0.53 |
| Hex | 2A | DF | E3 | 51 | 2 | 0 | B | B5 | 4D | 35 |
| Octal | 52 | 337 | 343 | 121 | 2 | 0 | 13 | 265 | 115 | 65 |
| Binary | 101010 | 11011111 | 11100011 | 1010001 | 10 | 0 | 1011 | 10110101 | 1001101 | 110101 |
Color Harmonies of #2ADFE3
Complementary color
Monochromatic Colors of #2ADFE3
Black with #2ADFE3
Text Example
Text Example
White with #2ADFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFE3; }
p { color: rgb(42,223,227); }
H1.HeaderClassName
{
color: #2ADFE3;
}
.AnyTagClassName
{
color: #2ADFE3;
}
</style>
background-color css
<style>
a { background-color: #2ADFE3; }
a { background-color: rgb(42,223,227); }
div.DivClassName
{
background-color: #2ADFE3;
}
.BgClassName
{
background-color: #2ADFE3;
}
</style>
border-color css
<style>
span { border-color: #2ADFE3; }
span { border-color: rgb(42,223,227); }
td.TdClassName
{
border-color: #2ADFE3;
}
.TagClassName
{
border-color: #2ADFE3;
}
</style>