Html Css Color HEX #49FBBC Turquoise

📋 copy color: '#49FBBC'

red 73 ◦ green 251 ◦ blue 188

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

Shades of Turquoise #49FBBC

Tints of Turquoise #49FBBC

RGB

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

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

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

R = 14.26%
G = 49.02%
B = 36.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#49FBBC (or 0x49FBBC) is known color: Turquoise. HEX triplet: 49, FB and BC. RGB value is (73,251,188). Sum of RGB (Red+Green+Blue) = 73+251+188=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBBC is #B60443. Grayscale: #BEBEBE. Windows color (decimal): -11928644 or 12385097. OLE color: 12385097.

HSL color Cylindrical-coordinate representation of color #49FBBC: hue angle of 158.76º 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 #49FBBC is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 251 188 -
CMYK 0.71 0 0.25 0.02
HSL 158.76º 0.96% 0.64% -
HSV(B) 158.76º 0.71% 0.98% -
XYZ 46.32 74.04 59.43 -
YUV 190.6 126.53 44.12 -
System Red Green Blue C M Y K H S L
Decimal 73 251 188 0.71 0 0.25 0.02 158.76 0.96 0.64
Hex 49 FB BC 47 0 19 2 9F 60 40
Octal 111 373 274 107 0 31 2 237 140 100
Binary 1001001 11111011 10111100 1000111 0 11001 10 10011111 1100000 1000000

Color Harmonies of #49FBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FBBC

Black with #49FBBC

Text Example


Text Example

White with #49FBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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