Html Css Color HEX #49FCBB Turquoise

📋 copy color: '#49FCBB'

red 73 ◦ green 252 ◦ blue 187

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

Shades of Turquoise #49FCBB

Tints of Turquoise #49FCBB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.22%

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 14.26%
G = 49.22%
B = 36.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#49FCBB (or 0x49FCBB) is known color: Turquoise. HEX triplet: 49, FC and BB. RGB value is (73,252,187). Sum of RGB (Red+Green+Blue) = 73+252+187=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCBB is #B60344. Grayscale: #BFBFBF. Windows color (decimal): -11928389 or 12319817. OLE color: 12319817.

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

Color convert

RGB 73 252 187 -
CMYK 0.71 0 0.26 0.01
HSL 158.21º 0.97% 0.64% -
HSV(B) 158.21º 0.71% 0.99% -
XYZ 46.53 74.63 58.97 -
YUV 191.07 125.7 43.79 -
System Red Green Blue C M Y K H S L
Decimal 73 252 187 0.71 0 0.26 0.01 158.21 0.97 0.64
Hex 49 FC BB 47 0 1A 1 9E 61 40
Octal 111 374 273 107 0 32 1 236 141 100
Binary 1001001 11111100 10111011 1000111 0 11010 1 10011110 1100001 1000000

Color Harmonies of #49FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FCBB

Black with #49FCBB

Text Example


Text Example

White with #49FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,252,187); }

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

background-color css

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

 a { background-color: rgb(73,252,187); }

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

border-color css

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

 span { border-color: rgb(73,252,187); }

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