Html Css Color HEX #49DCE1 Turquoise

📋 copy color: '#49DCE1'

red 73 ◦ green 220 ◦ blue 225

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

Shades of Turquoise #49DCE1

Tints of Turquoise #49DCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.47%

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

R = 14.09%
G = 42.47%
B = 43.44%

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

#49DCE1 (or 0x49DCE1) is known color: Turquoise. HEX triplet: 49, DC and E1. RGB value is (73,220,225). Sum of RGB (Red+Green+Blue) = 73+220+225=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #49DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCE1 is #B6231E. Grayscale: #B0B0B0. Windows color (decimal): -11936543 or 14801993. OLE color: 14801993.

HSL color Cylindrical-coordinate representation of color #49DCE1: hue angle of 181.97º 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 #49DCE1 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 220 225 -
CMYK 0.68 0.02 0 0.12
HSL 181.97º 0.72% 0.58% -
HSV(B) 181.97º 0.68% 0.88% -
XYZ 41.93 58.04 80.23 -
YUV 176.62 155.3 54.09 -
System Red Green Blue C M Y K H S L
Decimal 73 220 225 0.68 0.02 0 0.12 181.97 0.72 0.58
Hex 49 DC E1 44 2 0 C B6 48 3A
Octal 111 334 341 104 2 0 14 266 110 72
Binary 1001001 11011100 11100001 1000100 10 0 1100 10110110 1001000 111010

Color Harmonies of #49DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCE1

Black with #49DCE1

Text Example


Text Example

White with #49DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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