Html Css Color HEX #2AEBD5 Turquoise

📋 copy color: '#2AEBD5'

red 42 ◦ green 235 ◦ blue 213

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

Shades of Turquoise #2AEBD5

Tints of Turquoise #2AEBD5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.96%

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 8.57%
G = 47.96%
B = 43.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#2AEBD5 (or 0x2AEBD5) is known color: Turquoise. HEX triplet: 2A, EB and D5. RGB value is (42,235,213). Sum of RGB (Red+Green+Blue) = 42+235+213=490 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.57% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEBD5 is #D5142A. Grayscale: #AEAEAE. Windows color (decimal): -13964331 or 14019370. OLE color: 14019370.

HSL color Cylindrical-coordinate representation of color #2AEBD5: hue angle of 173.16º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEBD5 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 235 213 -
CMYK 0.82 0 0.09 0.08
HSL 173.16º 0.83% 0.54% -
HSV(B) 173.16º 0.82% 0.92% -
XYZ 42.67 64.71 73.19 -
YUV 174.79 149.56 33.29 -
System Red Green Blue C M Y K H S L
Decimal 42 235 213 0.82 0 0.09 0.08 173.16 0.83 0.54
Hex 2A EB D5 52 0 9 8 AD 53 36
Octal 52 353 325 122 0 11 10 255 123 66
Binary 101010 11101011 11010101 1010010 0 1001 1000 10101101 1010011 110110

Color Harmonies of #2AEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEBD5

Black with #2AEBD5

Text Example


Text Example

White with #2AEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,235,213); }

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

background-color css

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

 a { background-color: rgb(42,235,213); }

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

border-color css

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

 span { border-color: rgb(42,235,213); }

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