Html Css Color HEX #49DDE2 Turquoise

📋 copy color: '#49DDE2'

red 73 ◦ green 221 ◦ blue 226

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

Shades of Turquoise #49DDE2

Tints of Turquoise #49DDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.46%

R = 14.04%
G = 42.5%
B = 43.46%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#49DDE2 (or 0x49DDE2) is known color: Turquoise. HEX triplet: 49, DD and E2. RGB value is (73,221,226). Sum of RGB (Red+Green+Blue) = 73+221+226=520 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.04% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #49DDE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDE2 is #B6221D. Grayscale: #B1B1B1. Windows color (decimal): -11936286 or 14867785. OLE color: 14867785.

HSL color Cylindrical-coordinate representation of color #49DDE2: hue angle of 181.96º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49DDE2 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 221 226 -
CMYK 0.68 0.02 0 0.11
HSL 181.96º 0.73% 0.59% -
HSV(B) 181.96º 0.68% 0.89% -
XYZ 42.33 58.62 81.04 -
YUV 177.32 155.47 53.59 -
System Red Green Blue C M Y K H S L
Decimal 73 221 226 0.68 0.02 0 0.11 181.96 0.73 0.59
Hex 49 DD E2 44 2 0 B B6 49 3B
Octal 111 335 342 104 2 0 13 266 111 73
Binary 1001001 11011101 11100010 1000100 10 0 1011 10110110 1001001 111011

Color Harmonies of #49DDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDE2

Black with #49DDE2

Text Example


Text Example

White with #49DDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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