Shades of Turquoise #2ADCE9
Tints of Turquoise #2ADCE9
RGB
CMYK
RGB Variations
Color information
#2ADCE9 (or 0x2ADCE9) is known color: Turquoise. HEX triplet: 2A, DC and E9. RGB value is (42,220,233). Sum of RGB (Red+Green+Blue) = 42+220+233=495 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.48% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #2ADCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADCE9 is #D52316. Grayscale: #A8A8A8. Windows color (decimal): -13968151 or 15326250. OLE color: 15326250.
HSL color Cylindrical-coordinate representation of color #2ADCE9: hue angle of 184.08º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADCE9 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 220 | 233 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.09 |
| HSL | 184.08º | 0.81% | 0.54% | - |
| HSV(B) | 184.08º | 0.82% | 0.91% | - |
| XYZ | 41.26 | 57.56 | 86.03 | - |
| YUV | 168.26 | 164.53 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 233 | 0.82 | 0.06 | 0 | 0.09 | 184.08 | 0.81 | 0.54 |
| Hex | 2A | DC | E9 | 52 | 6 | 0 | 9 | B8 | 51 | 36 |
| Octal | 52 | 334 | 351 | 122 | 6 | 0 | 11 | 270 | 121 | 66 |
| Binary | 101010 | 11011100 | 11101001 | 1010010 | 110 | 0 | 1001 | 10111000 | 1010001 | 110110 |
Color Harmonies of #2ADCE9
Complementary color
Monochromatic Colors of #2ADCE9
Black with #2ADCE9
Text Example
Text Example
White with #2ADCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCE9; }
p { color: rgb(42,220,233); }
H1.HeaderClassName
{
color: #2ADCE9;
}
.AnyTagClassName
{
color: #2ADCE9;
}
</style>
background-color css
<style>
a { background-color: #2ADCE9; }
a { background-color: rgb(42,220,233); }
div.DivClassName
{
background-color: #2ADCE9;
}
.BgClassName
{
background-color: #2ADCE9;
}
</style>
border-color css
<style>
span { border-color: #2ADCE9; }
span { border-color: rgb(42,220,233); }
td.TdClassName
{
border-color: #2ADCE9;
}
.TagClassName
{
border-color: #2ADCE9;
}
</style>