Html Css Color HEX #2AEBC4 Turquoise

📋 copy color: '#2AEBC4'

red 42 ◦ green 235 ◦ blue 196

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

Shades of Turquoise #2AEBC4

Tints of Turquoise #2AEBC4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.68%

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 8.88%
G = 49.68%
B = 41.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#2AEBC4 (or 0x2AEBC4) is known color: Turquoise. HEX triplet: 2A, EB and C4. RGB value is (42,235,196). Sum of RGB (Red+Green+Blue) = 42+235+196=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEBC4 is #D5143B. Grayscale: #ACACAC. Windows color (decimal): -13964348 or 12905258. OLE color: 12905258.

HSL color Cylindrical-coordinate representation of color #2AEBC4: hue angle of 167.88º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEBC4 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 235 196 -
CMYK 0.82 0 0.17 0.08
HSL 167.88º 0.83% 0.54% -
HSV(B) 167.88º 0.82% 0.92% -
XYZ 40.63 63.89 62.42 -
YUV 172.85 141.06 34.67 -
System Red Green Blue C M Y K H S L
Decimal 42 235 196 0.82 0 0.17 0.08 167.88 0.83 0.54
Hex 2A EB C4 52 0 11 8 A8 53 36
Octal 52 353 304 122 0 21 10 250 123 66
Binary 101010 11101011 11000100 1010010 0 10001 1000 10101000 1010011 110110

Color Harmonies of #2AEBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEBC4

Black with #2AEBC4

Text Example


Text Example

White with #2AEBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,235,196); }

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

background-color css

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

 a { background-color: rgb(42,235,196); }

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

border-color css

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

 span { border-color: rgb(42,235,196); }

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