Html Css Color HEX #49EAD4 Turquoise

📋 copy color: '#49EAD4'

red 73 ◦ green 234 ◦ blue 212

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

Shades of Turquoise #49EAD4

Tints of Turquoise #49EAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.85%

R = 14.07%
G = 45.09%
B = 40.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#49EAD4 (or 0x49EAD4) is known color: Turquoise. HEX triplet: 49, EA and D4. RGB value is (73,234,212). Sum of RGB (Red+Green+Blue) = 73+234+212=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EAD4 is #B6152B. Grayscale: #B7B7B7. Windows color (decimal): -11932972 or 13953609. OLE color: 13953609.

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

Color convert

RGB 73 234 212 -
CMYK 0.69 0 0.09 0.08
HSL 171.8º 0.79% 0.6% -
HSV(B) 171.8º 0.69% 0.92% -
XYZ 44.05 65.02 72.51 -
YUV 183.35 144.16 49.29 -
System Red Green Blue C M Y K H S L
Decimal 73 234 212 0.69 0 0.09 0.08 171.8 0.79 0.6
Hex 49 EA D4 45 0 9 8 AC 4F 3C
Octal 111 352 324 105 0 11 10 254 117 74
Binary 1001001 11101010 11010100 1000101 0 1001 1000 10101100 1001111 111100

Color Harmonies of #49EAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EAD4

Black with #49EAD4

Text Example


Text Example

White with #49EAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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