Html Css Color HEX #49EADA Turquoise

📋 copy color: '#49EADA'

red 73 ◦ green 234 ◦ blue 218

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

Shades of Turquoise #49EADA

Tints of Turquoise #49EADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 13.9%
G = 44.57%
B = 41.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#49EADA (or 0x49EADA) is known color: Turquoise. HEX triplet: 49, EA and DA. RGB value is (73,234,218). Sum of RGB (Red+Green+Blue) = 73+234+218=525 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.90% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #49EADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EADA is #B61525. Grayscale: #B7B7B7. Windows color (decimal): -11932966 or 14346825. OLE color: 14346825.

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

Color convert

RGB 73 234 218 -
CMYK 0.69 0 0.07 0.08
HSL 174.04º 0.79% 0.6% -
HSV(B) 174.04º 0.69% 0.92% -
XYZ 44.83 65.32 76.58 -
YUV 184.04 147.16 48.8 -
System Red Green Blue C M Y K H S L
Decimal 73 234 218 0.69 0 0.07 0.08 174.04 0.79 0.6
Hex 49 EA DA 45 0 7 8 AE 4F 3C
Octal 111 352 332 105 0 7 10 256 117 74
Binary 1001001 11101010 11011010 1000101 0 111 1000 10101110 1001111 111100

Color Harmonies of #49EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EADA

Black with #49EADA

Text Example


Text Example

White with #49EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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