Html Css Color HEX #49EBDA Turquoise

📋 copy color: '#49EBDA'

red 73 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #49EBDA

Tints of Turquoise #49EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.68%

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

R = 13.88%
G = 44.68%
B = 41.44%

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

#49EBDA (or 0x49EBDA) is known color: Turquoise. HEX triplet: 49, EB and DA. RGB value is (73,235,218). Sum of RGB (Red+Green+Blue) = 73+235+218=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBDA is #B61425. Grayscale: #B8B8B8. Windows color (decimal): -11932710 or 14347081. OLE color: 14347081.

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

Color convert

RGB 73 235 218 -
CMYK 0.69 0 0.07 0.08
HSL 173.7º 0.8% 0.6% -
HSV(B) 173.7º 0.69% 0.92% -
XYZ 45.11 65.9 76.67 -
YUV 184.62 146.83 48.38 -
System Red Green Blue C M Y K H S L
Decimal 73 235 218 0.69 0 0.07 0.08 173.7 0.8 0.6
Hex 49 EB DA 45 0 7 8 AE 50 3C
Octal 111 353 332 105 0 7 10 256 120 74
Binary 1001001 11101011 11011010 1000101 0 111 1000 10101110 1010000 111100

Color Harmonies of #49EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBDA

Black with #49EBDA

Text Example


Text Example

White with #49EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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