Html Css Color HEX #49DBD8 Turquoise

📋 copy color: '#49DBD8'

red 73 ◦ green 219 ◦ blue 216

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

Shades of Turquoise #49DBD8

Tints of Turquoise #49DBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.52%

R = 14.37%
G = 43.11%
B = 42.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#49DBD8 (or 0x49DBD8) is known color: Turquoise. HEX triplet: 49, DB and D8. RGB value is (73,219,216). Sum of RGB (Red+Green+Blue) = 73+219+216=508 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.37% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBD8 is #B62427. Grayscale: #AEAEAE. Windows color (decimal): -11936808 or 14211913. OLE color: 14211913.

HSL color Cylindrical-coordinate representation of color #49DBD8: hue angle of 178.77º 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 #49DBD8 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 219 216 -
CMYK 0.67 0 0.01 0.14
HSL 178.77º 0.67% 0.57% -
HSV(B) 178.77º 0.67% 0.86% -
XYZ 40.47 57.04 73.84 -
YUV 175 151.13 55.24 -
System Red Green Blue C M Y K H S L
Decimal 73 219 216 0.67 0 0.01 0.14 178.77 0.67 0.57
Hex 49 DB D8 43 0 1 E B3 43 39
Octal 111 333 330 103 0 1 16 263 103 71
Binary 1001001 11011011 11011000 1000011 0 1 1110 10110011 1000011 111001

Color Harmonies of #49DBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBD8

Black with #49DBD8

Text Example


Text Example

White with #49DBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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