Html Css Color HEX #2AE2C9 Turquoise

📋 copy color: '#2AE2C9'

red 42 ◦ green 226 ◦ blue 201

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

Shades of Turquoise #2AE2C9

Tints of Turquoise #2AE2C9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.19%

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

R = 8.96%
G = 48.19%
B = 42.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#2AE2C9 (or 0x2AE2C9) is known color: Turquoise. HEX triplet: 2A, E2 and C9. RGB value is (42,226,201). Sum of RGB (Red+Green+Blue) = 42+226+201=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE2C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE2C9 is #D51D36. Grayscale: #A8A8A8. Windows color (decimal): -13966647 or 13230634. OLE color: 13230634.

HSL color Cylindrical-coordinate representation of color #2AE2C9: hue angle of 171.85º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE2C9 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 226 201 -
CMYK 0.81 0 0.11 0.11
HSL 171.85º 0.76% 0.53% -
HSV(B) 171.85º 0.81% 0.89% -
XYZ 38.69 59.1 64.63 -
YUV 168.13 146.54 38.03 -
System Red Green Blue C M Y K H S L
Decimal 42 226 201 0.81 0 0.11 0.11 171.85 0.76 0.53
Hex 2A E2 C9 51 0 B B AC 4C 35
Octal 52 342 311 121 0 13 13 254 114 65
Binary 101010 11100010 11001001 1010001 0 1011 1011 10101100 1001100 110101

Color Harmonies of #2AE2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE2C9

Black with #2AE2C9

Text Example


Text Example

White with #2AE2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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