Html Css Color HEX #49CEC8 Medium Turquoise

📋 copy color: '#49CEC8'

red 73 ◦ green 206 ◦ blue 200

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

Shades of Medium Turquoise #49CEC8

Tints of Medium Turquoise #49CEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 15.24%
G = 43.01%
B = 41.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#49CEC8 (or 0x49CEC8) is known color: Medium Turquoise. HEX triplet: 49, CE and C8. RGB value is (73,206,200). Sum of RGB (Red+Green+Blue) = 73+206+200=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEC8 is #B63137. Grayscale: #A5A5A5. Windows color (decimal): -11940152 or 13160009. OLE color: 13160009.

HSL color Cylindrical-coordinate representation of color #49CEC8: hue angle of 177.29º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CEC8 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 200 -
CMYK 0.65 0 0.03 0.19
HSL 177.29º 0.58% 0.55% -
HSV(B) 177.29º 0.65% 0.81% -
XYZ 35.24 49.73 62.38 -
YUV 165.55 147.44 61.99 -
System Red Green Blue C M Y K H S L
Decimal 73 206 200 0.65 0 0.03 0.19 177.29 0.58 0.55
Hex 49 CE C8 41 0 3 13 B1 3A 37
Octal 111 316 310 101 0 3 23 261 72 67
Binary 1001001 11001110 11001000 1000001 0 11 10011 10110001 111010 110111

Color Harmonies of #49CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEC8

Black with #49CEC8

Text Example


Text Example

White with #49CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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