Html Css Color HEX #49EACE Turquoise

📋 copy color: '#49EACE'

red 73 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #49EACE

Tints of Turquoise #49EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 14.23%
G = 45.61%
B = 40.16%

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

#49EACE (or 0x49EACE) is known color: Turquoise. HEX triplet: 49, EA and CE. RGB value is (73,234,206). Sum of RGB (Red+Green+Blue) = 73+234+206=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #49EACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EACE is #B61531. Grayscale: #B6B6B6. Windows color (decimal): -11932978 or 13560393. OLE color: 13560393.

HSL color Cylindrical-coordinate representation of color #49EACE: hue angle of 169.57º 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 #49EACE is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 234 206 -
CMYK 0.69 0 0.12 0.08
HSL 169.57º 0.79% 0.6% -
HSV(B) 169.57º 0.69% 0.92% -
XYZ 43.31 64.72 68.6 -
YUV 182.67 141.16 49.78 -
System Red Green Blue C M Y K H S L
Decimal 73 234 206 0.69 0 0.12 0.08 169.57 0.79 0.6
Hex 49 EA CE 45 0 C 8 AA 4F 3C
Octal 111 352 316 105 0 14 10 252 117 74
Binary 1001001 11101010 11001110 1000101 0 1100 1000 10101010 1001111 111100

Color Harmonies of #49EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EACE

Black with #49EACE

Text Example


Text Example

White with #49EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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