Html Css Color HEX #49DCDB Turquoise

📋 copy color: '#49DCDB'

red 73 ◦ green 220 ◦ blue 219

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

Shades of Turquoise #49DCDB

Tints of Turquoise #49DCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.97%

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

R = 14.26%
G = 42.97%
B = 42.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#49DCDB (or 0x49DCDB) is known color: Turquoise. HEX triplet: 49, DC and DB. RGB value is (73,220,219). Sum of RGB (Red+Green+Blue) = 73+220+219=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCDB is #B62324. Grayscale: #AFAFAF. Windows color (decimal): -11936549 or 14408777. OLE color: 14408777.

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

Color convert

RGB 73 220 219 -
CMYK 0.67 0 0.00 0.14
HSL 179.59º 0.68% 0.57% -
HSV(B) 179.59º 0.67% 0.86% -
XYZ 41.13 57.72 75.99 -
YUV 175.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 73 220 219 0.67 0 0.00 0.14 179.59 0.68 0.57
Hex 49 DC DB 43 0 0 E B4 44 39
Octal 111 334 333 103 0 0 16 264 104 71
Binary 1001001 11011100 11011011 1000011 0 0 1110 10110100 1000100 111001

Color Harmonies of #49DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCDB

Black with #49DCDB

Text Example


Text Example

White with #49DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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