Html Css Color HEX #49DFBB Turquoise

📋 copy color: '#49DFBB'

red 73 ◦ green 223 ◦ blue 187

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

Shades of Turquoise #49DFBB

Tints of Turquoise #49DFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.17%

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

R = 15.11%
G = 46.17%
B = 38.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#49DFBB (or 0x49DFBB) is known color: Turquoise. HEX triplet: 49, DF and BB. RGB value is (73,223,187). Sum of RGB (Red+Green+Blue) = 73+223+187=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFBB is #B62044. Grayscale: #AEAEAE. Windows color (decimal): -11935813 or 12312393. OLE color: 12312393.

HSL color Cylindrical-coordinate representation of color #49DFBB: hue angle of 165.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DFBB is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 187 -
CMYK 0.67 0 0.16 0.13
HSL 165.6º 0.7% 0.58% -
HSV(B) 165.6º 0.67% 0.87% -
XYZ 38.1 57.78 56.16 -
YUV 174.05 135.31 55.93 -
System Red Green Blue C M Y K H S L
Decimal 73 223 187 0.67 0 0.16 0.13 165.6 0.7 0.58
Hex 49 DF BB 43 0 10 D A6 46 3A
Octal 111 337 273 103 0 20 15 246 106 72
Binary 1001001 11011111 10111011 1000011 0 10000 1101 10100110 1000110 111010

Color Harmonies of #49DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFBB

Black with #49DFBB

Text Example


Text Example

White with #49DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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