Html Css Color HEX #2AEEC7 Turquoise

📋 copy color: '#2AEEC7'

red 42 ◦ green 238 ◦ blue 199

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

Shades of Turquoise #2AEEC7

Tints of Turquoise #2AEEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.54%

R = 8.77%
G = 49.69%
B = 41.54%

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

#2AEEC7 (or 0x2AEEC7) is known color: Turquoise. HEX triplet: 2A, EE and C7. RGB value is (42,238,199). Sum of RGB (Red+Green+Blue) = 42+238+199=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEEC7 is #D51138. Grayscale: #AEAEAE. Windows color (decimal): -13963577 or 13102634. OLE color: 13102634.

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

Color convert

RGB 42 238 199 -
CMYK 0.82 0 0.16 0.07
HSL 168.06º 0.85% 0.55% -
HSV(B) 168.06º 0.82% 0.93% -
XYZ 41.84 65.76 64.52 -
YUV 174.95 141.57 33.17 -
System Red Green Blue C M Y K H S L
Decimal 42 238 199 0.82 0 0.16 0.07 168.06 0.85 0.55
Hex 2A EE C7 52 0 10 7 A8 55 37
Octal 52 356 307 122 0 20 7 250 125 67
Binary 101010 11101110 11000111 1010010 0 10000 111 10101000 1010101 110111

Color Harmonies of #2AEEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEEC7

Black with #2AEEC7

Text Example


Text Example

White with #2AEEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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