Html Css Color HEX #49CCDB Medium Turquoise

📋 copy color: '#49CCDB'

red 73 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #49CCDB

Tints of Medium Turquoise #49CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

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

R = 14.72%
G = 41.13%
B = 44.15%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49CCDB (or 0x49CCDB) is known color: Medium Turquoise. HEX triplet: 49, CC and DB. RGB value is (73,204,219). Sum of RGB (Red+Green+Blue) = 73+204+219=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #49CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCDB is #B63324. Grayscale: #A6A6A6. Windows color (decimal): -11940645 or 14404681. OLE color: 14404681.

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

Color convert

RGB 73 204 219 -
CMYK 0.67 0.07 0 0.14
HSL 186.16º 0.67% 0.57% -
HSV(B) 186.16º 0.67% 0.86% -
XYZ 37.13 49.72 74.66 -
YUV 166.54 157.6 61.28 -
System Red Green Blue C M Y K H S L
Decimal 73 204 219 0.67 0.07 0 0.14 186.16 0.67 0.57
Hex 49 CC DB 43 7 0 E BA 43 39
Octal 111 314 333 103 7 0 16 272 103 71
Binary 1001001 11001100 11011011 1000011 111 0 1110 10111010 1000011 111001

Color Harmonies of #49CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CCDB

Black with #49CCDB

Text Example


Text Example

White with #49CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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