Html Css Color HEX #2AE5D9 Turquoise

📋 copy color: '#2AE5D9'

red 42 ◦ green 229 ◦ blue 217

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

Shades of Turquoise #2AE5D9

Tints of Turquoise #2AE5D9

RGB

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

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

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

R = 8.61%
G = 46.93%
B = 44.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#2AE5D9 (or 0x2AE5D9) is known color: Turquoise. HEX triplet: 2A, E5 and D9. RGB value is (42,229,217). Sum of RGB (Red+Green+Blue) = 42+229+217=488 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.61% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE5D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE5D9 is #D51A26. Grayscale: #ABABAB. Windows color (decimal): -13965863 or 14279978. OLE color: 14279978.

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

Color convert

RGB 42 229 217 -
CMYK 0.82 0 0.05 0.10
HSL 176.15º 0.78% 0.53% -
HSV(B) 176.15º 0.82% 0.9% -
XYZ 41.5 61.54 75.34 -
YUV 171.72 153.55 35.48 -
System Red Green Blue C M Y K H S L
Decimal 42 229 217 0.82 0 0.05 0.10 176.15 0.78 0.53
Hex 2A E5 D9 52 0 5 A B0 4E 35
Octal 52 345 331 122 0 5 12 260 116 65
Binary 101010 11100101 11011001 1010010 0 101 1010 10110000 1001110 110101

Color Harmonies of #2AE5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE5D9

Black with #2AE5D9

Text Example


Text Example

White with #2AE5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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