Html Css Color HEX #49DADB Turquoise

📋 copy color: '#49DADB'

red 73 ◦ green 218 ◦ blue 219

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

Shades of Turquoise #49DADB

Tints of Turquoise #49DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.75%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 14.31%
G = 42.75%
B = 42.94%

CMYK

 C value IS 0.67

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49DADB (or 0x49DADB) is known color: Turquoise. HEX triplet: 49, DA and DB. RGB value is (73,218,219). Sum of RGB (Red+Green+Blue) = 73+218+219=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #49DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DADB is #B62524. Grayscale: #AEAEAE. Windows color (decimal): -11937061 or 14408265. OLE color: 14408265.

HSL color Cylindrical-coordinate representation of color #49DADB: hue angle of 180.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DADB is Cyan = 0.67, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 218 219 -
CMYK 0.67 0.00 0 0.14
HSL 180.41º 0.67% 0.57% -
HSV(B) 180.41º 0.67% 0.86% -
XYZ 40.61 56.67 75.82 -
YUV 174.76 152.96 55.42 -
System Red Green Blue C M Y K H S L
Decimal 73 218 219 0.67 0.00 0 0.14 180.41 0.67 0.57
Hex 49 DA DB 43 0 0 E B4 43 39
Octal 111 332 333 103 0 0 16 264 103 71
Binary 1001001 11011010 11011011 1000011 0 0 1110 10110100 1000011 111001

Color Harmonies of #49DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DADB

Black with #49DADB

Text Example


Text Example

White with #49DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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