Html Css Color HEX #49E4C8 Turquoise

📋 copy color: '#49E4C8'

red 73 ◦ green 228 ◦ blue 200

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

Shades of Turquoise #49E4C8

Tints of Turquoise #49E4C8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.51%

 BLUE value IS 200 (78.52% from 255) = 39.92%

R = 14.57%
G = 45.51%
B = 39.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#49E4C8 (or 0x49E4C8) is known color: Turquoise. HEX triplet: 49, E4 and C8. RGB value is (73,228,200). Sum of RGB (Red+Green+Blue) = 73+228+200=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #49E4C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E4C8 is #B61B37. Grayscale: #B2B2B2. Windows color (decimal): -11934520 or 13165641. OLE color: 13165641.

HSL color Cylindrical-coordinate representation of color #49E4C8: hue angle of 169.16º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E4C8 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 228 200 -
CMYK 0.68 0 0.12 0.11
HSL 169.16º 0.74% 0.59% -
HSV(B) 169.16º 0.68% 0.89% -
XYZ 40.92 61.07 64.28 -
YUV 178.46 140.15 52.78 -
System Red Green Blue C M Y K H S L
Decimal 73 228 200 0.68 0 0.12 0.11 169.16 0.74 0.59
Hex 49 E4 C8 44 0 C B A9 4A 3B
Octal 111 344 310 104 0 14 13 251 112 73
Binary 1001001 11100100 11001000 1000100 0 1100 1011 10101001 1001010 111011

Color Harmonies of #49E4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E4C8

Black with #49E4C8

Text Example


Text Example

White with #49E4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,228,200); }

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

background-color css

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

 a { background-color: rgb(73,228,200); }

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

border-color css

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

 span { border-color: rgb(73,228,200); }

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