Html Css Color HEX #2ADEBA Turquoise

📋 copy color: '#2ADEBA'

red 42 ◦ green 222 ◦ blue 186

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

Shades of Turquoise #2ADEBA

Tints of Turquoise #2ADEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.33%

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

R = 9.33%
G = 49.33%
B = 41.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#2ADEBA (or 0x2ADEBA) is known color: Turquoise. HEX triplet: 2A, DE and BA. RGB value is (42,222,186). Sum of RGB (Red+Green+Blue) = 42+222+186=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEBA is #D52145. Grayscale: #A4A4A4. Windows color (decimal): -13967686 or 12246570. OLE color: 12246570.

HSL color Cylindrical-coordinate representation of color #2ADEBA: hue angle of 168º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADEBA is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 222 186 -
CMYK 0.81 0 0.16 0.13
HSL 168º 0.73% 0.52% -
HSV(B) 168º 0.81% 0.87% -
XYZ 35.94 56.28 55.42 -
YUV 164.08 140.37 40.93 -
System Red Green Blue C M Y K H S L
Decimal 42 222 186 0.81 0 0.16 0.13 168 0.73 0.52
Hex 2A DE BA 51 0 10 D A8 49 34
Octal 52 336 272 121 0 20 15 250 111 64
Binary 101010 11011110 10111010 1010001 0 10000 1101 10101000 1001001 110100

Color Harmonies of #2ADEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADEBA

Black with #2ADEBA

Text Example


Text Example

White with #2ADEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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