Html Css Color HEX #2AE5C9 Turquoise

📋 copy color: '#2AE5C9'

red 42 ◦ green 229 ◦ blue 201

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

Shades of Turquoise #2AE5C9

Tints of Turquoise #2AE5C9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.52%

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

R = 8.9%
G = 48.52%
B = 42.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#2AE5C9 (or 0x2AE5C9) is known color: Turquoise. HEX triplet: 2A, E5 and C9. RGB value is (42,229,201). Sum of RGB (Red+Green+Blue) = 42+229+201=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE5C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE5C9 is #D51A36. Grayscale: #A9A9A9. Windows color (decimal): -13965879 or 13231402. OLE color: 13231402.

HSL color Cylindrical-coordinate representation of color #2AE5C9: hue angle of 171.02º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE5C9 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 229 201 -
CMYK 0.82 0 0.12 0.10
HSL 171.02º 0.78% 0.53% -
HSV(B) 171.02º 0.82% 0.9% -
XYZ 39.52 60.75 64.9 -
YUV 169.9 145.55 36.78 -
System Red Green Blue C M Y K H S L
Decimal 42 229 201 0.82 0 0.12 0.10 171.02 0.78 0.53
Hex 2A E5 C9 52 0 C A AB 4E 35
Octal 52 345 311 122 0 14 12 253 116 65
Binary 101010 11100101 11001001 1010010 0 1100 1010 10101011 1001110 110101

Color Harmonies of #2AE5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE5C9

Black with #2AE5C9

Text Example


Text Example

White with #2AE5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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