Html Css Color HEX #49EAC6 Turquoise

📋 copy color: '#49EAC6'

red 73 ◦ green 234 ◦ blue 198

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

Shades of Turquoise #49EAC6

Tints of Turquoise #49EAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.21%

R = 14.46%
G = 46.34%
B = 39.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#49EAC6 (or 0x49EAC6) is known color: Turquoise. HEX triplet: 49, EA and C6. RGB value is (73,234,198). Sum of RGB (Red+Green+Blue) = 73+234+198=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EAC6 is #B61539. Grayscale: #B5B5B5. Windows color (decimal): -11932986 or 13036105. OLE color: 13036105.

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

Color convert

RGB 73 234 198 -
CMYK 0.69 0 0.15 0.08
HSL 166.58º 0.79% 0.6% -
HSV(B) 166.58º 0.69% 0.92% -
XYZ 42.36 64.34 63.61 -
YUV 181.76 137.16 50.43 -
System Red Green Blue C M Y K H S L
Decimal 73 234 198 0.69 0 0.15 0.08 166.58 0.79 0.6
Hex 49 EA C6 45 0 F 8 A7 4F 3C
Octal 111 352 306 105 0 17 10 247 117 74
Binary 1001001 11101010 11000110 1000101 0 1111 1000 10100111 1001111 111100

Color Harmonies of #49EAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EAC6

Black with #49EAC6

Text Example


Text Example

White with #49EAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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