Html Css Color HEX #49EDDA Turquoise

📋 copy color: '#49EDDA'

red 73 ◦ green 237 ◦ blue 218

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

Shades of Turquoise #49EDDA

Tints of Turquoise #49EDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.89%

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

R = 13.83%
G = 44.89%
B = 41.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#49EDDA (or 0x49EDDA) is known color: Turquoise. HEX triplet: 49, ED and DA. RGB value is (73,237,218). Sum of RGB (Red+Green+Blue) = 73+237+218=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDDA is #B61225. Grayscale: #B9B9B9. Windows color (decimal): -11932198 or 14347593. OLE color: 14347593.

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

Color convert

RGB 73 237 218 -
CMYK 0.69 0 0.08 0.07
HSL 173.05º 0.82% 0.61% -
HSV(B) 173.05º 0.69% 0.93% -
XYZ 45.69 67.05 76.86 -
YUV 185.8 146.17 47.54 -
System Red Green Blue C M Y K H S L
Decimal 73 237 218 0.69 0 0.08 0.07 173.05 0.82 0.61
Hex 49 ED DA 45 0 8 7 AD 52 3D
Octal 111 355 332 105 0 10 7 255 122 75
Binary 1001001 11101101 11011010 1000101 0 1000 111 10101101 1010010 111101

Color Harmonies of #49EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDDA

Black with #49EDDA

Text Example


Text Example

White with #49EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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