Html Css Color HEX #2ADEBF Turquoise

📋 copy color: '#2ADEBF'

red 42 ◦ green 222 ◦ blue 191

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

Shades of Turquoise #2ADEBF

Tints of Turquoise #2ADEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.98%

R = 9.23%
G = 48.79%
B = 41.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#2ADEBF (or 0x2ADEBF) is known color: Turquoise. HEX triplet: 2A, DE and BF. RGB value is (42,222,191). Sum of RGB (Red+Green+Blue) = 42+222+191=455 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.23% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEBF is #D52140. Grayscale: #A4A4A4. Windows color (decimal): -13967681 or 12574250. OLE color: 12574250.

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

Color convert

RGB 42 222 191 -
CMYK 0.81 0 0.14 0.13
HSL 169.67º 0.73% 0.52% -
HSV(B) 169.67º 0.81% 0.87% -
XYZ 36.48 56.5 58.27 -
YUV 164.65 142.87 40.52 -
System Red Green Blue C M Y K H S L
Decimal 42 222 191 0.81 0 0.14 0.13 169.67 0.73 0.52
Hex 2A DE BF 51 0 E D AA 49 34
Octal 52 336 277 121 0 16 15 252 111 64
Binary 101010 11011110 10111111 1010001 0 1110 1101 10101010 1001001 110100

Color Harmonies of #2ADEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADEBF

Black with #2ADEBF

Text Example


Text Example

White with #2ADEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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