Html Css Color HEX #49C8D6 Medium Turquoise

📋 copy color: '#49C8D6'

red 73 ◦ green 200 ◦ blue 214

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

Shades of Medium Turquoise #49C8D6

Tints of Medium Turquoise #49C8D6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.07%

 BLUE value IS 214 (83.98% from 255) = 43.94%

R = 14.99%
G = 41.07%
B = 43.94%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#49C8D6 (or 0x49C8D6) is known color: Medium Turquoise. HEX triplet: 49, C8 and D6. RGB value is (73,200,214). Sum of RGB (Red+Green+Blue) = 73+200+214=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #49C8D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C8D6 is #B63729. Grayscale: #A3A3A3. Windows color (decimal): -11941674 or 14075977. OLE color: 14075977.

HSL color Cylindrical-coordinate representation of color #49C8D6: hue angle of 185.96º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49C8D6 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 200 214 -
CMYK 0.66 0.07 0 0.16
HSL 185.96º 0.63% 0.56% -
HSV(B) 185.96º 0.66% 0.84% -
XYZ 35.54 47.58 70.93 -
YUV 163.62 156.42 63.36 -
System Red Green Blue C M Y K H S L
Decimal 73 200 214 0.66 0.07 0 0.16 185.96 0.63 0.56
Hex 49 C8 D6 42 7 0 10 BA 3F 38
Octal 111 310 326 102 7 0 20 272 77 70
Binary 1001001 11001000 11010110 1000010 111 0 10000 10111010 111111 111000

Color Harmonies of #49C8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C8D6

Black with #49C8D6

Text Example


Text Example

White with #49C8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,200,214); }

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

background-color css

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

 a { background-color: rgb(73,200,214); }

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

border-color css

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

 span { border-color: rgb(73,200,214); }

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