Html Css Color HEX #49D6CF Medium Turquoise

📋 copy color: '#49D6CF'

red 73 ◦ green 214 ◦ blue 207

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

Shades of Medium Turquoise #49D6CF

Tints of Medium Turquoise #49D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.32%

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 14.78%
G = 43.32%
B = 41.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#49D6CF (or 0x49D6CF) is known color: Medium Turquoise. HEX triplet: 49, D6 and CF. RGB value is (73,214,207). Sum of RGB (Red+Green+Blue) = 73+214+207=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D6CF is #B62930. Grayscale: #AAAAAA. Windows color (decimal): -11938097 or 13620809. OLE color: 13620809.

HSL color Cylindrical-coordinate representation of color #49D6CF: hue angle of 177.02º 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 #49D6CF is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 214 207 -
CMYK 0.66 0 0.03 0.16
HSL 177.02º 0.63% 0.56% -
HSV(B) 177.02º 0.66% 0.84% -
XYZ 38.06 54.01 67.45 -
YUV 171.04 148.29 58.07 -
System Red Green Blue C M Y K H S L
Decimal 73 214 207 0.66 0 0.03 0.16 177.02 0.63 0.56
Hex 49 D6 CF 42 0 3 10 B1 3F 38
Octal 111 326 317 102 0 3 20 261 77 70
Binary 1001001 11010110 11001111 1000010 0 11 10000 10110001 111111 111000

Color Harmonies of #49D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D6CF

Black with #49D6CF

Text Example


Text Example

White with #49D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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