Html Css Color HEX #2ADEBE Turquoise

📋 copy color: '#2ADEBE'

red 42 ◦ green 222 ◦ blue 190

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

Shades of Turquoise #2ADEBE

Tints of Turquoise #2ADEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 9.25%
G = 48.9%
B = 41.85%

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

#2ADEBE (or 0x2ADEBE) is known color: Turquoise. HEX triplet: 2A, DE and BE. RGB value is (42,222,190). Sum of RGB (Red+Green+Blue) = 42+222+190=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEBE is #D52141. Grayscale: #A4A4A4. Windows color (decimal): -13967682 or 12508714. OLE color: 12508714.

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

Color convert

RGB 42 222 190 -
CMYK 0.81 0 0.14 0.13
HSL 169.33º 0.73% 0.52% -
HSV(B) 169.33º 0.81% 0.87% -
XYZ 36.37 56.45 57.69 -
YUV 164.53 142.37 40.6 -
System Red Green Blue C M Y K H S L
Decimal 42 222 190 0.81 0 0.14 0.13 169.33 0.73 0.52
Hex 2A DE BE 51 0 E D A9 49 34
Octal 52 336 276 121 0 16 15 251 111 64
Binary 101010 11011110 10111110 1010001 0 1110 1101 10101001 1001001 110100

Color Harmonies of #2ADEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADEBE

Black with #2ADEBE

Text Example


Text Example

White with #2ADEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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