Html Css Color HEX #49EADC Turquoise

📋 copy color: '#49EADC'

red 73 ◦ green 234 ◦ blue 220

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

Shades of Turquoise #49EADC

Tints of Turquoise #49EADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 13.85%
G = 44.4%
B = 41.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#49EADC (or 0x49EADC) is known color: Turquoise. HEX triplet: 49, EA and DC. RGB value is (73,234,220). Sum of RGB (Red+Green+Blue) = 73+234+220=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #49EADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EADC is #B61523. Grayscale: #B8B8B8. Windows color (decimal): -11932964 or 14477897. OLE color: 14477897.

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

Color convert

RGB 73 234 220 -
CMYK 0.69 0 0.06 0.08
HSL 174.78º 0.79% 0.6% -
HSV(B) 174.78º 0.69% 0.92% -
XYZ 45.09 65.43 77.96 -
YUV 184.27 148.16 48.64 -
System Red Green Blue C M Y K H S L
Decimal 73 234 220 0.69 0 0.06 0.08 174.78 0.79 0.6
Hex 49 EA DC 45 0 6 8 AF 4F 3C
Octal 111 352 334 105 0 6 10 257 117 74
Binary 1001001 11101010 11011100 1000101 0 110 1000 10101111 1001111 111100

Color Harmonies of #49EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EADC

Black with #49EADC

Text Example


Text Example

White with #49EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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