Html Css Color HEX #2AEFC2 Turquoise

📋 copy color: '#2AEFC2'

red 42 ◦ green 239 ◦ blue 194

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

Shades of Turquoise #2AEFC2

Tints of Turquoise #2AEFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.32%

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 8.84%
G = 50.32%
B = 40.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#2AEFC2 (or 0x2AEFC2) is known color: Turquoise. HEX triplet: 2A, EF and C2. RGB value is (42,239,194). Sum of RGB (Red+Green+Blue) = 42+239+194=475 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.84% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFC2 is #D5103D. Grayscale: #AEAEAE. Windows color (decimal): -13963326 or 12775210. OLE color: 12775210.

HSL color Cylindrical-coordinate representation of color #2AEFC2: hue angle of 166.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEFC2 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 239 194 -
CMYK 0.82 0 0.19 0.06
HSL 166.29º 0.86% 0.55% -
HSV(B) 166.29º 0.82% 0.94% -
XYZ 41.56 66.12 61.61 -
YUV 174.97 138.73 33.16 -
System Red Green Blue C M Y K H S L
Decimal 42 239 194 0.82 0 0.19 0.06 166.29 0.86 0.55
Hex 2A EF C2 52 0 13 6 A6 56 37
Octal 52 357 302 122 0 23 6 246 126 67
Binary 101010 11101111 11000010 1010010 0 10011 110 10100110 1010110 110111

Color Harmonies of #2AEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEFC2

Black with #2AEFC2

Text Example


Text Example

White with #2AEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,239,194); }

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

background-color css

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

 a { background-color: rgb(42,239,194); }

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

border-color css

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

 span { border-color: rgb(42,239,194); }

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