Html Css Color HEX #49FFC0 Turquoise

📋 copy color: '#49FFC0'

red 73 ◦ green 255 ◦ blue 192

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

Shades of Turquoise #49FFC0

Tints of Turquoise #49FFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 49.04%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 14.04%
G = 49.04%
B = 36.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#49FFC0 (or 0x49FFC0) is known color: Turquoise. HEX triplet: 49, FF and C0. RGB value is (73,255,192). Sum of RGB (Red+Green+Blue) = 73+255+192=520 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.04% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFC0 is #B6003F. Grayscale: #C1C1C1. Windows color (decimal): -11927616 or 12648265. OLE color: 12648265.

HSL color Cylindrical-coordinate representation of color #49FFC0: hue angle of 159.23º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFC0 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 73 255 192 -
CMYK 0.71 0 0.25 0
HSL 159.23º 1% 0.64% -
HSV(B) 159.23º 0.71% 1% -
XYZ 48.02 76.74 62.15 -
YUV 193.4 127.2 42.12 -
System Red Green Blue C M Y K H S L
Decimal 73 255 192 0.71 0 0.25 0 159.23 1 0.64
Hex 49 FF C0 47 0 19 0 9F 64 40
Octal 111 377 300 107 0 31 0 237 144 100
Binary 1001001 11111111 11000000 1000111 0 11001 0 10011111 1100100 1000000

Color Harmonies of #49FFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFC0

Black with #49FFC0

Text Example


Text Example

White with #49FFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,255,192); }

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

background-color css

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

 a { background-color: rgb(73,255,192); }

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

border-color css

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

 span { border-color: rgb(73,255,192); }

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