Html Css Color HEX #2ADEBB Turquoise

📋 copy color: '#2ADEBB'

red 42 ◦ green 222 ◦ blue 187

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

Shades of Turquoise #2ADEBB

Tints of Turquoise #2ADEBB

RGB

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

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

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

R = 9.31%
G = 49.22%
B = 41.46%

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

#2ADEBB (or 0x2ADEBB) is known color: Turquoise. HEX triplet: 2A, DE and BB. RGB value is (42,222,187). Sum of RGB (Red+Green+Blue) = 42+222+187=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEBB is #D52144. Grayscale: #A4A4A4. Windows color (decimal): -13967685 or 12312106. OLE color: 12312106.

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

Color convert

RGB 42 222 187 -
CMYK 0.81 0 0.16 0.13
HSL 168.33º 0.73% 0.52% -
HSV(B) 168.33º 0.81% 0.87% -
XYZ 36.05 56.32 55.99 -
YUV 164.19 140.87 40.85 -
System Red Green Blue C M Y K H S L
Decimal 42 222 187 0.81 0 0.16 0.13 168.33 0.73 0.52
Hex 2A DE BB 51 0 10 D A8 49 34
Octal 52 336 273 121 0 20 15 250 111 64
Binary 101010 11011110 10111011 1010001 0 10000 1101 10101000 1001001 110100

Color Harmonies of #2ADEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADEBB

Black with #2ADEBB

Text Example


Text Example

White with #2ADEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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