Html Css Color HEX #49DDEA Turquoise

📋 copy color: '#49DDEA'

red 73 ◦ green 221 ◦ blue 234

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

Shades of Turquoise #49DDEA

Tints of Turquoise #49DDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 13.83%
G = 41.86%
B = 44.32%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49DDEA (or 0x49DDEA) is known color: Turquoise. HEX triplet: 49, DD and EA. RGB value is (73,221,234). Sum of RGB (Red+Green+Blue) = 73+221+234=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #49DDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DDEA is #B62215. Grayscale: #B2B2B2. Windows color (decimal): -11936278 or 15392073. OLE color: 15392073.

HSL color Cylindrical-coordinate representation of color #49DDEA: hue angle of 184.84º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DDEA is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 221 234 -
CMYK 0.69 0.06 0 0.08
HSL 184.84º 0.79% 0.6% -
HSV(B) 184.84º 0.69% 0.92% -
XYZ 43.46 59.07 86.95 -
YUV 178.23 159.47 52.94 -
System Red Green Blue C M Y K H S L
Decimal 73 221 234 0.69 0.06 0 0.08 184.84 0.79 0.6
Hex 49 DD EA 45 6 0 8 B9 4F 3C
Octal 111 335 352 105 6 0 10 271 117 74
Binary 1001001 11011101 11101010 1000101 110 0 1000 10111001 1001111 111100

Color Harmonies of #49DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDEA

Black with #49DDEA

Text Example


Text Example

White with #49DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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