Html Css Color HEX #49ECEA Turquoise

📋 copy color: '#49ECEA'

red 73 ◦ green 236 ◦ blue 234

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

Shades of Turquoise #49ECEA

Tints of Turquoise #49ECEA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.46%

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 13.44%
G = 43.46%
B = 43.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#49ECEA (or 0x49ECEA) is known color: Turquoise. HEX triplet: 49, EC and EA. RGB value is (73,236,234). Sum of RGB (Red+Green+Blue) = 73+236+234=543 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.44% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49ECEA is #B61315. Grayscale: #BABABA. Windows color (decimal): -11932438 or 15395913. OLE color: 15395913.

HSL color Cylindrical-coordinate representation of color #49ECEA: hue angle of 179.26º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ECEA is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 234 -
CMYK 0.69 0 0.01 0.07
HSL 179.26º 0.81% 0.61% -
HSV(B) 179.26º 0.69% 0.93% -
XYZ 47.59 67.35 88.33 -
YUV 187.04 154.5 46.66 -
System Red Green Blue C M Y K H S L
Decimal 73 236 234 0.69 0 0.01 0.07 179.26 0.81 0.61
Hex 49 EC EA 45 0 1 7 B3 51 3D
Octal 111 354 352 105 0 1 7 263 121 75
Binary 1001001 11101100 11101010 1000101 0 1 111 10110011 1010001 111101

Color Harmonies of #49ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECEA

Black with #49ECEA

Text Example


Text Example

White with #49ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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