Html Css Color HEX #2AEEBE Turquoise

📋 copy color: '#2AEEBE'

red 42 ◦ green 238 ◦ blue 190

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

Shades of Turquoise #2AEEBE

Tints of Turquoise #2AEEBE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.64%

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

R = 8.94%
G = 50.64%
B = 40.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#2AEEBE (or 0x2AEEBE) is known color: Turquoise. HEX triplet: 2A, EE and BE. RGB value is (42,238,190). Sum of RGB (Red+Green+Blue) = 42+238+190=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEEBE is #D51141. Grayscale: #ADADAD. Windows color (decimal): -13963586 or 12512810. OLE color: 12512810.

HSL color Cylindrical-coordinate representation of color #2AEEBE: hue angle of 165.31º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEEBE is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 238 190 -
CMYK 0.82 0 0.20 0.07
HSL 165.31º 0.85% 0.55% -
HSV(B) 165.31º 0.82% 0.93% -
XYZ 40.82 65.36 59.18 -
YUV 173.92 137.07 33.9 -
System Red Green Blue C M Y K H S L
Decimal 42 238 190 0.82 0 0.20 0.07 165.31 0.85 0.55
Hex 2A EE BE 52 0 14 7 A5 55 37
Octal 52 356 276 122 0 24 7 245 125 67
Binary 101010 11101110 10111110 1010010 0 10100 111 10100101 1010101 110111

Color Harmonies of #2AEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEEBE

Black with #2AEEBE

Text Example


Text Example

White with #2AEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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