Html Css Color HEX #49CDDB Medium Turquoise

📋 copy color: '#49CDDB'

red 73 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #49CDDB

Tints of Medium Turquoise #49CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

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

R = 14.69%
G = 41.25%
B = 44.06%

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

#49CDDB (or 0x49CDDB) is known color: Medium Turquoise. HEX triplet: 49, CD and DB. RGB value is (73,205,219). Sum of RGB (Red+Green+Blue) = 73+205+219=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #49CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDDB is #B63224. Grayscale: #A6A6A6. Windows color (decimal): -11940389 or 14404937. OLE color: 14404937.

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

Color convert

RGB 73 205 219 -
CMYK 0.67 0.06 0 0.14
HSL 185.75º 0.67% 0.57% -
HSV(B) 185.75º 0.67% 0.86% -
XYZ 37.37 50.19 74.74 -
YUV 167.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 73 205 219 0.67 0.06 0 0.14 185.75 0.67 0.57
Hex 49 CD DB 43 6 0 E BA 43 39
Octal 111 315 333 103 6 0 16 272 103 71
Binary 1001001 11001101 11011011 1000011 110 0 1110 10111010 1000011 111001

Color Harmonies of #49CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDDB

Black with #49CDDB

Text Example


Text Example

White with #49CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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