Html Css Color HEX #2AFED9 Turquoise

📋 copy color: '#2AFED9'

red 42 ◦ green 254 ◦ blue 217

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

Shades of Turquoise #2AFED9

Tints of Turquoise #2AFED9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.51%

 BLUE value IS 217 (85.16% from 255) = 42.3%

R = 8.19%
G = 49.51%
B = 42.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#2AFED9 (or 0x2AFED9) is known color: Turquoise. HEX triplet: 2A, FE and D9. RGB value is (42,254,217). Sum of RGB (Red+Green+Blue) = 42+254+217=513 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.19% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFED9 is #D50126. Grayscale: #BABABA. Windows color (decimal): -13959463 or 14286378. OLE color: 14286378.

HSL color Cylindrical-coordinate representation of color #2AFED9: hue angle of 169.53º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFED9 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 42 254 217 -
CMYK 0.83 0 0.15 0.00
HSL 169.53º 0.99% 0.58% -
HSV(B) 169.53º 0.83% 1% -
XYZ 48.92 76.39 77.81 -
YUV 186.39 145.26 25.01 -
System Red Green Blue C M Y K H S L
Decimal 42 254 217 0.83 0 0.15 0.00 169.53 0.99 0.58
Hex 2A FE D9 53 0 F 0 AA 63 3A
Octal 52 376 331 123 0 17 0 252 143 72
Binary 101010 11111110 11011001 1010011 0 1111 0 10101010 1100011 111010

Color Harmonies of #2AFED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFED9

Black with #2AFED9

Text Example


Text Example

White with #2AFED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,254,217); }

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

background-color css

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

 a { background-color: rgb(42,254,217); }

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

border-color css

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

 span { border-color: rgb(42,254,217); }

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