Html Css Color HEX #2AEFC9 Turquoise

📋 copy color: '#2AEFC9'

red 42 ◦ green 239 ◦ blue 201

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

Shades of Turquoise #2AEFC9

Tints of Turquoise #2AEFC9

RGB

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

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

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

R = 8.71%
G = 49.59%
B = 41.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#2AEFC9 (or 0x2AEFC9) is known color: Turquoise. HEX triplet: 2A, EF and C9. RGB value is (42,239,201). Sum of RGB (Red+Green+Blue) = 42+239+201=482 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.71% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFC9 is #D51036. Grayscale: #AFAFAF. Windows color (decimal): -13963319 or 13233962. OLE color: 13233962.

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

Color convert

RGB 42 239 201 -
CMYK 0.82 0 0.16 0.06
HSL 168.43º 0.86% 0.55% -
HSV(B) 168.43º 0.82% 0.94% -
XYZ 42.36 66.44 65.85 -
YUV 175.77 142.23 32.59 -
System Red Green Blue C M Y K H S L
Decimal 42 239 201 0.82 0 0.16 0.06 168.43 0.86 0.55
Hex 2A EF C9 52 0 10 6 A8 56 37
Octal 52 357 311 122 0 20 6 250 126 67
Binary 101010 11101111 11001001 1010010 0 10000 110 10101000 1010110 110111

Color Harmonies of #2AEFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEFC9

Black with #2AEFC9

Text Example


Text Example

White with #2AEFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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