Html Css Color HEX #49DDE1 Turquoise

📋 copy color: '#49DDE1'

red 73 ◦ green 221 ◦ blue 225

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

Shades of Turquoise #49DDE1

Tints of Turquoise #49DDE1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

 BLUE value IS 225 (88.28% from 255) = 43.35%

R = 14.07%
G = 42.58%
B = 43.35%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#49DDE1 (or 0x49DDE1) is known color: Turquoise. HEX triplet: 49, DD and E1. RGB value is (73,221,225). Sum of RGB (Red+Green+Blue) = 73+221+225=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #49DDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDE1 is #B6221E. Grayscale: #B1B1B1. Windows color (decimal): -11936287 or 14802249. OLE color: 14802249.

HSL color Cylindrical-coordinate representation of color #49DDE1: hue angle of 181.58º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49DDE1 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 221 225 -
CMYK 0.68 0.02 0 0.12
HSL 181.58º 0.72% 0.58% -
HSV(B) 181.58º 0.68% 0.88% -
XYZ 42.19 58.57 80.31 -
YUV 177.2 154.97 53.67 -
System Red Green Blue C M Y K H S L
Decimal 73 221 225 0.68 0.02 0 0.12 181.58 0.72 0.58
Hex 49 DD E1 44 2 0 C B6 48 3A
Octal 111 335 341 104 2 0 14 266 110 72
Binary 1001001 11011101 11100001 1000100 10 0 1100 10110110 1001000 111010

Color Harmonies of #49DDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDE1

Black with #49DDE1

Text Example


Text Example

White with #49DDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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