Html Css Color HEX #2AD5BE Turquoise

📋 copy color: '#2AD5BE'

red 42 ◦ green 213 ◦ blue 190

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

Shades of Turquoise #2AD5BE

Tints of Turquoise #2AD5BE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.87%

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

R = 9.44%
G = 47.87%
B = 42.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#2AD5BE (or 0x2AD5BE) is known color: Turquoise. HEX triplet: 2A, D5 and BE. RGB value is (42,213,190). Sum of RGB (Red+Green+Blue) = 42+213+190=445 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.44% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD5BE is #D52A41. Grayscale: #9F9F9F. Windows color (decimal): -13969986 or 12506410. OLE color: 12506410.

HSL color Cylindrical-coordinate representation of color #2AD5BE: hue angle of 171.93º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD5BE is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 213 190 -
CMYK 0.80 0 0.11 0.16
HSL 171.93º 0.67% 0.5% -
HSV(B) 171.93º 0.8% 0.84% -
XYZ 34.04 51.8 56.92 -
YUV 159.25 145.35 44.37 -
System Red Green Blue C M Y K H S L
Decimal 42 213 190 0.80 0 0.11 0.16 171.93 0.67 0.5
Hex 2A D5 BE 50 0 B 10 AC 43 32
Octal 52 325 276 120 0 13 20 254 103 62
Binary 101010 11010101 10111110 1010000 0 1011 10000 10101100 1000011 110010

Color Harmonies of #2AD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD5BE

Black with #2AD5BE

Text Example


Text Example

White with #2AD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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