Html Css Color HEX #49CCBC Medium Turquoise

📋 copy color: '#49CCBC'

red 73 ◦ green 204 ◦ blue 188

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

Shades of Medium Turquoise #49CCBC

Tints of Medium Turquoise #49CCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.87%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 15.7%
G = 43.87%
B = 40.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#49CCBC (or 0x49CCBC) is known color: Medium Turquoise. HEX triplet: 49, CC and BC. RGB value is (73,204,188). Sum of RGB (Red+Green+Blue) = 73+204+188=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCBC is #B63343. Grayscale: #A2A2A2. Windows color (decimal): -11940676 or 12373065. OLE color: 12373065.

HSL color Cylindrical-coordinate representation of color #49CCBC: hue angle of 172.67º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CCBC is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 204 188 -
CMYK 0.64 0 0.08 0.2
HSL 172.67º 0.56% 0.54% -
HSV(B) 172.67º 0.64% 0.8% -
XYZ 33.42 48.23 55.13 -
YUV 163.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 73 204 188 0.64 0 0.08 0.2 172.67 0.56 0.54
Hex 49 CC BC 40 0 8 14 AD 38 36
Octal 111 314 274 100 0 10 24 255 70 66
Binary 1001001 11001100 10111100 1000000 0 1000 10100 10101101 111000 110110

Color Harmonies of #49CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CCBC

Black with #49CCBC

Text Example


Text Example

White with #49CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,204,188); }

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

background-color css

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

 a { background-color: rgb(73,204,188); }

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

border-color css

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

 span { border-color: rgb(73,204,188); }

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