Shades of Turquoise #2ADCE3
Tints of Turquoise #2ADCE3
RGB
CMYK
RGB Variations
Color information
#2ADCE3 (or 0x2ADCE3) is known color: Turquoise. HEX triplet: 2A, DC and E3. RGB value is (42,220,227). Sum of RGB (Red+Green+Blue) = 42+220+227=489 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.59% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 227 (89.06% from 255 or 46.42% from 489); Max value from RGB is 227 - color contains mainly: blue. Hex color #2ADCE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCE3 is #D5231C. Grayscale: #A7A7A7. Windows color (decimal): -13968157 or 14933034. OLE color: 14933034.
HSL color Cylindrical-coordinate representation of color #2ADCE3: hue angle of 182.27º 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 #2ADCE3 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 42 | 220 | 227 | - |
CMYK | 0.81 | 0.03 | 0 | 0.11 |
HSL | 182.27º | 0.77% | 0.53% | - |
HSV(B) | 182.27º | 0.81% | 0.89% | - |
XYZ | 40.41 | 57.22 | 81.59 | - |
YUV | 167.58 | 161.53 | 38.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 220 | 227 | 0.81 | 0.03 | 0 | 0.11 | 182.27 | 0.77 | 0.53 |
Hex | 2A | DC | E3 | 51 | 3 | 0 | B | B6 | 4D | 35 |
Octal | 52 | 334 | 343 | 121 | 3 | 0 | 13 | 266 | 115 | 65 |
Binary | 101010 | 11011100 | 11100011 | 1010001 | 11 | 0 | 1011 | 10110110 | 1001101 | 110101 |
Color Harmonies of #2ADCE3
Complementary color
Monochromatic Colors of #2ADCE3
Black with #2ADCE3
Text Example
Text Example
White with #2ADCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCE3; }
p { color: rgb(42,220,227); }
H1.HeaderClassName
{
color: #2ADCE3;
}
.AnyTagClassName
{
color: #2ADCE3;
}
</style>
background-color css
<style>
a { background-color: #2ADCE3; }
a { background-color: rgb(42,220,227); }
div.DivClassName
{
background-color: #2ADCE3;
}
.BgClassName
{
background-color: #2ADCE3;
}
</style>
border-color css
<style>
span { border-color: #2ADCE3; }
span { border-color: rgb(42,220,227); }
td.TdClassName
{
border-color: #2ADCE3;
}
.TagClassName
{
border-color: #2ADCE3;
}
</style>