Html Css Color HEX #49EEC1 Turquoise

📋 copy color: '#49EEC1'

red 73 ◦ green 238 ◦ blue 193

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

Shades of Turquoise #49EEC1

Tints of Turquoise #49EEC1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.22%

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 14.48%
G = 47.22%
B = 38.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#49EEC1 (or 0x49EEC1) is known color: Turquoise. HEX triplet: 49, EE and C1. RGB value is (73,238,193). Sum of RGB (Red+Green+Blue) = 73+238+193=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EEC1 is #B6113E. Grayscale: #B7B7B7. Windows color (decimal): -11931967 or 12709449. OLE color: 12709449.

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

Color convert

RGB 73 238 193 -
CMYK 0.69 0 0.19 0.07
HSL 163.64º 0.83% 0.61% -
HSV(B) 163.64º 0.69% 0.93% -
XYZ 42.95 66.42 61.01 -
YUV 183.54 133.34 49.16 -
System Red Green Blue C M Y K H S L
Decimal 73 238 193 0.69 0 0.19 0.07 163.64 0.83 0.61
Hex 49 EE C1 45 0 13 7 A4 53 3D
Octal 111 356 301 105 0 23 7 244 123 75
Binary 1001001 11101110 11000001 1000101 0 10011 111 10100100 1010011 111101

Color Harmonies of #49EEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EEC1

Black with #49EEC1

Text Example


Text Example

White with #49EEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,238,193); }

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

background-color css

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

 a { background-color: rgb(73,238,193); }

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

border-color css

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

 span { border-color: rgb(73,238,193); }

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