Html Css Color HEX #49F2BC Turquoise

📋 copy color: '#49F2BC'

red 73 ◦ green 242 ◦ blue 188

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

Shades of Turquoise #49F2BC

Tints of Turquoise #49F2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.11%

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

R = 14.51%
G = 48.11%
B = 37.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#49F2BC (or 0x49F2BC) is known color: Turquoise. HEX triplet: 49, F2 and BC. RGB value is (73,242,188). Sum of RGB (Red+Green+Blue) = 73+242+188=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2BC is #B60D43. Grayscale: #B9B9B9. Windows color (decimal): -11930948 or 12382793. OLE color: 12382793.

HSL color Cylindrical-coordinate representation of color #49F2BC: hue angle of 160.83º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2BC is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 188 -
CMYK 0.70 0 0.22 0.05
HSL 160.83º 0.87% 0.62% -
HSV(B) 160.83º 0.7% 0.95% -
XYZ 43.58 68.55 58.51 -
YUV 185.31 129.51 47.89 -
System Red Green Blue C M Y K H S L
Decimal 73 242 188 0.70 0 0.22 0.05 160.83 0.87 0.62
Hex 49 F2 BC 46 0 16 5 A1 57 3E
Octal 111 362 274 106 0 26 5 241 127 76
Binary 1001001 11110010 10111100 1000110 0 10110 101 10100001 1010111 111110

Color Harmonies of #49F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F2BC

Black with #49F2BC

Text Example


Text Example

White with #49F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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