Html Css Color HEX #2AEBBE Turquoise

📋 copy color: '#2AEBBE'

red 42 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #2AEBBE

Tints of Turquoise #2AEBBE

RGB

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

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

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

R = 8.99%
G = 50.32%
B = 40.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#2AEBBE (or 0x2AEBBE) is known color: Turquoise. HEX triplet: 2A, EB and BE. RGB value is (42,235,190). Sum of RGB (Red+Green+Blue) = 42+235+190=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEBBE is #D51441. Grayscale: #ACACAC. Windows color (decimal): -13964354 or 12512042. OLE color: 12512042.

HSL color Cylindrical-coordinate representation of color #2AEBBE: hue angle of 166.01º 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 #2AEBBE is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 235 190 -
CMYK 0.82 0 0.19 0.08
HSL 166.01º 0.83% 0.54% -
HSV(B) 166.01º 0.82% 0.92% -
XYZ 39.96 63.63 58.89 -
YUV 172.16 138.06 35.16 -
System Red Green Blue C M Y K H S L
Decimal 42 235 190 0.82 0 0.19 0.08 166.01 0.83 0.54
Hex 2A EB BE 52 0 13 8 A6 53 36
Octal 52 353 276 122 0 23 10 246 123 66
Binary 101010 11101011 10111110 1010010 0 10011 1000 10100110 1010011 110110

Color Harmonies of #2AEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEBBE

Black with #2AEBBE

Text Example


Text Example

White with #2AEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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