Html Css Color HEX #49EDDD Turquoise

📋 copy color: '#49EDDD'

red 73 ◦ green 237 ◦ blue 221

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

Shades of Turquoise #49EDDD

Tints of Turquoise #49EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 13.75%
G = 44.63%
B = 41.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#49EDDD (or 0x49EDDD) is known color: Turquoise. HEX triplet: 49, ED and DD. RGB value is (73,237,221). Sum of RGB (Red+Green+Blue) = 73+237+221=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDDD is #B61222. Grayscale: #BABABA. Windows color (decimal): -11932195 or 14544201. OLE color: 14544201.

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

Color convert

RGB 73 237 221 -
CMYK 0.69 0 0.07 0.07
HSL 174.15º 0.82% 0.61% -
HSV(B) 174.15º 0.69% 0.93% -
XYZ 46.08 67.21 78.95 -
YUV 186.14 147.67 47.3 -
System Red Green Blue C M Y K H S L
Decimal 73 237 221 0.69 0 0.07 0.07 174.15 0.82 0.61
Hex 49 ED DD 45 0 7 7 AE 52 3D
Octal 111 355 335 105 0 7 7 256 122 75
Binary 1001001 11101101 11011101 1000101 0 111 111 10101110 1010010 111101

Color Harmonies of #49EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDDD

Black with #49EDDD

Text Example


Text Example

White with #49EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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