Html Css Color HEX #49CADB Medium Turquoise

📋 copy color: '#49CADB'

red 73 ◦ green 202 ◦ blue 219

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

Shades of Medium Turquoise #49CADB

Tints of Medium Turquoise #49CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.89%

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

R = 14.78%
G = 40.89%
B = 44.33%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49CADB (or 0x49CADB) is known color: Medium Turquoise. HEX triplet: 49, CA and DB. RGB value is (73,202,219). Sum of RGB (Red+Green+Blue) = 73+202+219=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #49CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CADB is #B63524. Grayscale: #A5A5A5. Windows color (decimal): -11941157 or 14404169. OLE color: 14404169.

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

Color convert

RGB 73 202 219 -
CMYK 0.67 0.08 0 0.14
HSL 186.99º 0.67% 0.57% -
HSV(B) 186.99º 0.67% 0.86% -
XYZ 36.65 48.77 74.5 -
YUV 165.37 158.26 62.12 -
System Red Green Blue C M Y K H S L
Decimal 73 202 219 0.67 0.08 0 0.14 186.99 0.67 0.57
Hex 49 CA DB 43 8 0 E BB 43 39
Octal 111 312 333 103 10 0 16 273 103 71
Binary 1001001 11001010 11011011 1000011 1000 0 1110 10111011 1000011 111001

Color Harmonies of #49CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CADB

Black with #49CADB

Text Example


Text Example

White with #49CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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