Html Css Color HEX #2AD5BB Turquoise

📋 copy color: '#2AD5BB'

red 42 ◦ green 213 ◦ blue 187

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

Shades of Turquoise #2AD5BB

Tints of Turquoise #2AD5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 9.5%
G = 48.19%
B = 42.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#2AD5BB (or 0x2AD5BB) is known color: Turquoise. HEX triplet: 2A, D5 and BB. RGB value is (42,213,187). Sum of RGB (Red+Green+Blue) = 42+213+187=442 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.50% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD5BB is #D52A44. Grayscale: #9E9E9E. Windows color (decimal): -13969989 or 12309802. OLE color: 12309802.

HSL color Cylindrical-coordinate representation of color #2AD5BB: hue angle of 170.88º 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 #2AD5BB is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 213 187 -
CMYK 0.80 0 0.12 0.16
HSL 170.88º 0.67% 0.5% -
HSV(B) 170.88º 0.8% 0.84% -
XYZ 33.72 51.67 55.21 -
YUV 158.91 143.85 44.61 -
System Red Green Blue C M Y K H S L
Decimal 42 213 187 0.80 0 0.12 0.16 170.88 0.67 0.5
Hex 2A D5 BB 50 0 C 10 AB 43 32
Octal 52 325 273 120 0 14 20 253 103 62
Binary 101010 11010101 10111011 1010000 0 1100 10000 10101011 1000011 110010

Color Harmonies of #2AD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD5BB

Black with #2AD5BB

Text Example


Text Example

White with #2AD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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