Html Css Color HEX #49DFCB Turquoise

📋 copy color: '#49DFCB'

red 73 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #49DFCB

Tints of Turquoise #49DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 14.63%
G = 44.69%
B = 40.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#49DFCB (or 0x49DFCB) is known color: Turquoise. HEX triplet: 49, DF and CB. RGB value is (73,223,203). Sum of RGB (Red+Green+Blue) = 73+223+203=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFCB is #B62034. Grayscale: #AFAFAF. Windows color (decimal): -11935797 or 13360969. OLE color: 13360969.

HSL color Cylindrical-coordinate representation of color #49DFCB: hue angle of 172º 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 #49DFCB is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 203 -
CMYK 0.67 0 0.09 0.13
HSL 172º 0.7% 0.58% -
HSV(B) 172º 0.67% 0.87% -
XYZ 39.91 58.5 65.69 -
YUV 175.87 143.31 54.63 -
System Red Green Blue C M Y K H S L
Decimal 73 223 203 0.67 0 0.09 0.13 172 0.7 0.58
Hex 49 DF CB 43 0 9 D AC 46 3A
Octal 111 337 313 103 0 11 15 254 106 72
Binary 1001001 11011111 11001011 1000011 0 1001 1101 10101100 1000110 111010

Color Harmonies of #49DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFCB

Black with #49DFCB

Text Example


Text Example

White with #49DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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