Html Css Color HEX #2ADCB9 Turquoise

📋 copy color: '#2ADCB9'

red 42 ◦ green 220 ◦ blue 185

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

Shades of Turquoise #2ADCB9

Tints of Turquoise #2ADCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 9.4%
G = 49.22%
B = 41.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#2ADCB9 (or 0x2ADCB9) is known color: Turquoise. HEX triplet: 2A, DC and B9. RGB value is (42,220,185). Sum of RGB (Red+Green+Blue) = 42+220+185=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCB9 is #D52346. Grayscale: #A2A2A2. Windows color (decimal): -13968199 or 12180522. OLE color: 12180522.

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

Color convert

RGB 42 220 185 -
CMYK 0.81 0 0.16 0.14
HSL 168.2º 0.72% 0.51% -
HSV(B) 168.2º 0.81% 0.86% -
XYZ 35.31 55.18 54.69 -
YUV 162.79 140.53 41.85 -
System Red Green Blue C M Y K H S L
Decimal 42 220 185 0.81 0 0.16 0.14 168.2 0.72 0.51
Hex 2A DC B9 51 0 10 E A8 48 33
Octal 52 334 271 121 0 20 16 250 110 63
Binary 101010 11011100 10111001 1010001 0 10000 1110 10101000 1001000 110011

Color Harmonies of #2ADCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCB9

Black with #2ADCB9

Text Example


Text Example

White with #2ADCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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