Html Css Color HEX #49DBEA Turquoise

📋 copy color: '#49DBEA'

red 73 ◦ green 219 ◦ blue 234

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

Shades of Turquoise #49DBEA

Tints of Turquoise #49DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

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

R = 13.88%
G = 41.63%
B = 44.49%

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

#49DBEA (or 0x49DBEA) is known color: Turquoise. HEX triplet: 49, DB and EA. RGB value is (73,219,234). Sum of RGB (Red+Green+Blue) = 73+219+234=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #49DBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DBEA is #B62415. Grayscale: #B0B0B0. Windows color (decimal): -11936790 or 15391561. OLE color: 15391561.

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

Color convert

RGB 73 219 234 -
CMYK 0.69 0.06 0 0.08
HSL 185.59º 0.79% 0.6% -
HSV(B) 185.59º 0.69% 0.92% -
XYZ 42.93 58.02 86.78 -
YUV 177.06 160.13 53.78 -
System Red Green Blue C M Y K H S L
Decimal 73 219 234 0.69 0.06 0 0.08 185.59 0.79 0.6
Hex 49 DB EA 45 6 0 8 BA 4F 3C
Octal 111 333 352 105 6 0 10 272 117 74
Binary 1001001 11011011 11101010 1000101 110 0 1000 10111010 1001111 111100

Color Harmonies of #49DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBEA

Black with #49DBEA

Text Example


Text Example

White with #49DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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