Html Css Color HEX #49FBC2 Turquoise

📋 copy color: '#49FBC2'

red 73 ◦ green 251 ◦ blue 194

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

Shades of Turquoise #49FBC2

Tints of Turquoise #49FBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.46%

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 14.09%
G = 48.46%
B = 37.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#49FBC2 (or 0x49FBC2) is known color: Turquoise. HEX triplet: 49, FB and C2. RGB value is (73,251,194). Sum of RGB (Red+Green+Blue) = 73+251+194=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBC2 is #B6043D. Grayscale: #BFBFBF. Windows color (decimal): -11928638 or 12778313. OLE color: 12778313.

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

Color convert

RGB 73 251 194 -
CMYK 0.71 0 0.23 0.02
HSL 160.79º 0.96% 0.64% -
HSV(B) 160.79º 0.71% 0.98% -
XYZ 46.98 74.31 62.91 -
YUV 191.28 129.53 43.63 -
System Red Green Blue C M Y K H S L
Decimal 73 251 194 0.71 0 0.23 0.02 160.79 0.96 0.64
Hex 49 FB C2 47 0 17 2 A1 60 40
Octal 111 373 302 107 0 27 2 241 140 100
Binary 1001001 11111011 11000010 1000111 0 10111 10 10100001 1100000 1000000

Color Harmonies of #49FBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FBC2

Black with #49FBC2

Text Example


Text Example

White with #49FBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,251,194); }

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

background-color css

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

 a { background-color: rgb(73,251,194); }

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

border-color css

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

 span { border-color: rgb(73,251,194); }

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