Html Css Color HEX #2AE5DC Turquoise

📋 copy color: '#2AE5DC'

red 42 ◦ green 229 ◦ blue 220

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

Shades of Turquoise #2AE5DC

Tints of Turquoise #2AE5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 8.55%
G = 46.64%
B = 44.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#2AE5DC (or 0x2AE5DC) is known color: Turquoise. HEX triplet: 2A, E5 and DC. RGB value is (42,229,220). Sum of RGB (Red+Green+Blue) = 42+229+220=491 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.55% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE5DC is #D51A23. Grayscale: #ABABAB. Windows color (decimal): -13965860 or 14476586. OLE color: 14476586.

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

Color convert

RGB 42 229 220 -
CMYK 0.82 0 0.04 0.10
HSL 177.11º 0.78% 0.53% -
HSV(B) 177.11º 0.82% 0.9% -
XYZ 41.89 61.7 77.41 -
YUV 172.06 155.05 35.23 -
System Red Green Blue C M Y K H S L
Decimal 42 229 220 0.82 0 0.04 0.10 177.11 0.78 0.53
Hex 2A E5 DC 52 0 4 A B1 4E 35
Octal 52 345 334 122 0 4 12 261 116 65
Binary 101010 11100101 11011100 1010010 0 100 1010 10110001 1001110 110101

Color Harmonies of #2AE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE5DC

Black with #2AE5DC

Text Example


Text Example

White with #2AE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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