Html Css Color HEX #2AEEBC Turquoise

📋 copy color: '#2AEEBC'

red 42 ◦ green 238 ◦ blue 188

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

Shades of Turquoise #2AEEBC

Tints of Turquoise #2AEEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 8.97%
G = 50.85%
B = 40.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#2AEEBC (or 0x2AEEBC) is known color: Turquoise. HEX triplet: 2A, EE and BC. RGB value is (42,238,188). Sum of RGB (Red+Green+Blue) = 42+238+188=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEEBC is #D51143. Grayscale: #ADADAD. Windows color (decimal): -13963588 or 12381738. OLE color: 12381738.

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

Color convert

RGB 42 238 188 -
CMYK 0.82 0 0.21 0.07
HSL 164.69º 0.85% 0.55% -
HSV(B) 164.69º 0.82% 0.93% -
XYZ 40.61 65.27 58.04 -
YUV 173.7 136.07 34.07 -
System Red Green Blue C M Y K H S L
Decimal 42 238 188 0.82 0 0.21 0.07 164.69 0.85 0.55
Hex 2A EE BC 52 0 15 7 A5 55 37
Octal 52 356 274 122 0 25 7 245 125 67
Binary 101010 11101110 10111100 1010010 0 10101 111 10100101 1010101 110111

Color Harmonies of #2AEEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEEBC

Black with #2AEEBC

Text Example


Text Example

White with #2AEEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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