Html Css Color HEX #49CCBE Medium Turquoise

📋 copy color: '#49CCBE'

red 73 ◦ green 204 ◦ blue 190

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

Shades of Medium Turquoise #49CCBE

Tints of Medium Turquoise #49CCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 15.63%
G = 43.68%
B = 40.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#49CCBE (or 0x49CCBE) is known color: Medium Turquoise. HEX triplet: 49, CC and BE. RGB value is (73,204,190). Sum of RGB (Red+Green+Blue) = 73+204+190=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCBE is #B63341. Grayscale: #A3A3A3. Windows color (decimal): -11940674 or 12504137. OLE color: 12504137.

HSL color Cylindrical-coordinate representation of color #49CCBE: hue angle of 173.59º 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 #49CCBE is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 204 190 -
CMYK 0.64 0 0.07 0.2
HSL 173.59º 0.56% 0.54% -
HSV(B) 173.59º 0.64% 0.8% -
XYZ 33.63 48.32 56.27 -
YUV 163.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 73 204 190 0.64 0 0.07 0.2 173.59 0.56 0.54
Hex 49 CC BE 40 0 7 14 AE 38 36
Octal 111 314 276 100 0 7 24 256 70 66
Binary 1001001 11001100 10111110 1000000 0 111 10100 10101110 111000 110110

Color Harmonies of #49CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CCBE

Black with #49CCBE

Text Example


Text Example

White with #49CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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