Html Css Color HEX #2ADBBA Turquoise

📋 copy color: '#2ADBBA'

red 42 ◦ green 219 ◦ blue 186

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

Shades of Turquoise #2ADBBA

Tints of Turquoise #2ADBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.99%

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 9.4%
G = 48.99%
B = 41.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#2ADBBA (or 0x2ADBBA) is known color: Turquoise. HEX triplet: 2A, DB and BA. RGB value is (42,219,186). Sum of RGB (Red+Green+Blue) = 42+219+186=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBBA is #D52445. Grayscale: #A2A2A2. Windows color (decimal): -13968454 or 12245802. OLE color: 12245802.

HSL color Cylindrical-coordinate representation of color #2ADBBA: hue angle of 168.81º degrees, saturation: 0.71, 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 #2ADBBA is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 219 186 -
CMYK 0.81 0 0.15 0.14
HSL 168.81º 0.71% 0.51% -
HSV(B) 168.81º 0.81% 0.86% -
XYZ 35.15 54.7 55.16 -
YUV 162.32 141.36 42.18 -
System Red Green Blue C M Y K H S L
Decimal 42 219 186 0.81 0 0.15 0.14 168.81 0.71 0.51
Hex 2A DB BA 51 0 F E A9 47 33
Octal 52 333 272 121 0 17 16 251 107 63
Binary 101010 11011011 10111010 1010001 0 1111 1110 10101001 1000111 110011

Color Harmonies of #2ADBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADBBA

Black with #2ADBBA

Text Example


Text Example

White with #2ADBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,219,186); }

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

background-color css

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

 a { background-color: rgb(42,219,186); }

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

border-color css

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

 span { border-color: rgb(42,219,186); }

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