Html Css Color HEX #49EACA Turquoise

📋 copy color: '#49EACA'

red 73 ◦ green 234 ◦ blue 202

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

Shades of Turquoise #49EACA

Tints of Turquoise #49EACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 14.34%
G = 45.97%
B = 39.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#49EACA (or 0x49EACA) is known color: Turquoise. HEX triplet: 49, EA and CA. RGB value is (73,234,202). Sum of RGB (Red+Green+Blue) = 73+234+202=509 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.34% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #49EACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EACA is #B61535. Grayscale: #B6B6B6. Windows color (decimal): -11932982 or 13298249. OLE color: 13298249.

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

Color convert

RGB 73 234 202 -
CMYK 0.69 0 0.14 0.08
HSL 168.07º 0.79% 0.6% -
HSV(B) 168.07º 0.69% 0.92% -
XYZ 42.83 64.53 66.07 -
YUV 182.21 139.16 50.1 -
System Red Green Blue C M Y K H S L
Decimal 73 234 202 0.69 0 0.14 0.08 168.07 0.79 0.6
Hex 49 EA CA 45 0 E 8 A8 4F 3C
Octal 111 352 312 105 0 16 10 250 117 74
Binary 1001001 11101010 11001010 1000101 0 1110 1000 10101000 1001111 111100

Color Harmonies of #49EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EACA

Black with #49EACA

Text Example


Text Example

White with #49EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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