Html Css Color HEX #2ADCBE Turquoise

📋 copy color: '#2ADCBE'

red 42 ◦ green 220 ◦ blue 190

#2ADCBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2ADCBE

Tints of Turquoise #2ADCBE

RGB

 RED value IS 42 (16.8% from 255) = 9.29%

 GREEN value IS 220 (86.33% from 255) = 48.67%

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 9.29%
G = 48.67%
B = 42.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2ADCBE (or 0x2ADCBE) is known color: Turquoise. HEX triplet: 2A, DC and BE. RGB value is (42,220,190). Sum of RGB (Red+Green+Blue) = 42+220+190=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCBE is #D52341. Grayscale: #A3A3A3. Windows color (decimal): -13968194 or 12508202. OLE color: 12508202.

HSL color Cylindrical-coordinate representation of color #2ADCBE: hue angle of 169.89º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADCBE is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 220 190 -
CMYK 0.81 0 0.14 0.14
HSL 169.89º 0.72% 0.51% -
HSV(B) 169.89º 0.81% 0.86% -
XYZ 35.84 55.4 57.52 -
YUV 163.36 143.03 41.44 -
System Red Green Blue C M Y K H S L
Decimal 42 220 190 0.81 0 0.14 0.14 169.89 0.72 0.51
Hex 2A DC BE 51 0 E E AA 48 33
Octal 52 334 276 121 0 16 16 252 110 63
Binary 101010 11011100 10111110 1010001 0 1110 1110 10101010 1001000 110011

Color Harmonies of #2ADCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCBE

Black with #2ADCBE

Text Example


Text Example

White with #2ADCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ADCBE; }

 p { color: rgb(42,220,190); }

 H1.HeaderClassName
 {
   color: #2ADCBE;
 }
 .AnyTagClassName
 {
   color: #2ADCBE;
 }
</style>

background-color css

<style>
 a { background-color: #2ADCBE; }

 a { background-color: rgb(42,220,190); }

 div.DivClassName
 {
   background-color: #2ADCBE;
 }
 .BgClassName
 {
   background-color: #2ADCBE;
 }
</style>

border-color css

<style>
 span { border-color: #2ADCBE; }

 span { border-color: rgb(42,220,190); }

 td.TdClassName
 {
   border-color: #2ADCBE;
 }
 .TagClassName
 {
   border-color: #2ADCBE;
 }
</style>