Html Css Color HEX #49CEDB Medium Turquoise

📋 copy color: '#49CEDB'

red 73 ◦ green 206 ◦ blue 219

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

Shades of Medium Turquoise #49CEDB

Tints of Medium Turquoise #49CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.37%

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

R = 14.66%
G = 41.37%
B = 43.98%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49CEDB (or 0x49CEDB) is known color: Medium Turquoise. HEX triplet: 49, CE and DB. RGB value is (73,206,219). Sum of RGB (Red+Green+Blue) = 73+206+219=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #49CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEDB is #B63124. Grayscale: #A7A7A7. Windows color (decimal): -11940133 or 14405193. OLE color: 14405193.

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

Color convert

RGB 73 206 219 -
CMYK 0.67 0.06 0 0.14
HSL 185.34º 0.67% 0.57% -
HSV(B) 185.34º 0.67% 0.86% -
XYZ 37.61 50.67 74.82 -
YUV 167.72 156.94 60.44 -
System Red Green Blue C M Y K H S L
Decimal 73 206 219 0.67 0.06 0 0.14 185.34 0.67 0.57
Hex 49 CE DB 43 6 0 E B9 43 39
Octal 111 316 333 103 6 0 16 271 103 71
Binary 1001001 11001110 11011011 1000011 110 0 1110 10111001 1000011 111001

Color Harmonies of #49CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEDB

Black with #49CEDB

Text Example


Text Example

White with #49CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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