Html Css Color HEX #49ECDD Turquoise

📋 copy color: '#49ECDD'

red 73 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #49ECDD

Tints of Turquoise #49ECDD

RGB

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

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

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

R = 13.77%
G = 44.53%
B = 41.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#49ECDD (or 0x49ECDD) is known color: Turquoise. HEX triplet: 49, EC and DD. RGB value is (73,236,221). Sum of RGB (Red+Green+Blue) = 73+236+221=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECDD is #B61322. Grayscale: #B9B9B9. Windows color (decimal): -11932451 or 14543945. OLE color: 14543945.

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

Color convert

RGB 73 236 221 -
CMYK 0.69 0 0.06 0.07
HSL 174.48º 0.81% 0.61% -
HSV(B) 174.48º 0.69% 0.93% -
XYZ 45.79 66.63 78.85 -
YUV 185.55 148 47.72 -
System Red Green Blue C M Y K H S L
Decimal 73 236 221 0.69 0 0.06 0.07 174.48 0.81 0.61
Hex 49 EC DD 45 0 6 7 AE 51 3D
Octal 111 354 335 105 0 6 7 256 121 75
Binary 1001001 11101100 11011101 1000101 0 110 111 10101110 1010001 111101

Color Harmonies of #49ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECDD

Black with #49ECDD

Text Example


Text Example

White with #49ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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