Html Css Color HEX #49EACD Turquoise

📋 copy color: '#49EACD'

red 73 ◦ green 234 ◦ blue 205

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

Shades of Turquoise #49EACD

Tints of Turquoise #49EACD

RGB

 RED value IS 73 (28.91% from 255) = 14.26%

 GREEN value IS 234 (91.8% from 255) = 45.7%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 14.26%
G = 45.7%
B = 40.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#49EACD (or 0x49EACD) is known color: Turquoise. HEX triplet: 49, EA and CD. RGB value is (73,234,205). Sum of RGB (Red+Green+Blue) = 73+234+205=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #49EACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EACD is #B61532. Grayscale: #B6B6B6. Windows color (decimal): -11932979 or 13494857. OLE color: 13494857.

HSL color Cylindrical-coordinate representation of color #49EACD: hue angle of 169.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EACD is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 234 205 -
CMYK 0.69 0 0.12 0.08
HSL 169.19º 0.79% 0.6% -
HSV(B) 169.19º 0.69% 0.92% -
XYZ 43.19 64.67 67.96 -
YUV 182.56 140.66 49.86 -
System Red Green Blue C M Y K H S L
Decimal 73 234 205 0.69 0 0.12 0.08 169.19 0.79 0.6
Hex 49 EA CD 45 0 C 8 A9 4F 3C
Octal 111 352 315 105 0 14 10 251 117 74
Binary 1001001 11101010 11001101 1000101 0 1100 1000 10101001 1001111 111100

Color Harmonies of #49EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EACD

Black with #49EACD

Text Example


Text Example

White with #49EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49EACD; }

 p { color: rgb(73,234,205); }

 H1.HeaderClassName
 {
   color: #49EACD;
 }
 .AnyTagClassName
 {
   color: #49EACD;
 }
</style>

background-color css

<style>
 a { background-color: #49EACD; }

 a { background-color: rgb(73,234,205); }

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

border-color css

<style>
 span { border-color: #49EACD; }

 span { border-color: rgb(73,234,205); }

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