Html Css Color HEX #2AEEC9 Turquoise

📋 copy color: '#2AEEC9'

red 42 ◦ green 238 ◦ blue 201

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

Shades of Turquoise #2AEEC9

Tints of Turquoise #2AEEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 8.73%
G = 49.48%
B = 41.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#2AEEC9 (or 0x2AEEC9) is known color: Turquoise. HEX triplet: 2A, EE and C9. RGB value is (42,238,201). Sum of RGB (Red+Green+Blue) = 42+238+201=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEEC9 is #D51136. Grayscale: #AFAFAF. Windows color (decimal): -13963575 or 13233706. OLE color: 13233706.

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

Color convert

RGB 42 238 201 -
CMYK 0.82 0 0.16 0.07
HSL 168.67º 0.85% 0.55% -
HSV(B) 168.67º 0.82% 0.93% -
XYZ 42.07 65.86 65.75 -
YUV 175.18 142.57 33.01 -
System Red Green Blue C M Y K H S L
Decimal 42 238 201 0.82 0 0.16 0.07 168.67 0.85 0.55
Hex 2A EE C9 52 0 10 7 A9 55 37
Octal 52 356 311 122 0 20 7 251 125 67
Binary 101010 11101110 11001001 1010010 0 10000 111 10101001 1010101 110111

Color Harmonies of #2AEEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEEC9

Black with #2AEEC9

Text Example


Text Example

White with #2AEEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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