Html Css Color HEX #49DFCC Turquoise

📋 copy color: '#49DFCC'

red 73 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #49DFCC

Tints of Turquoise #49DFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 14.6%
G = 44.6%
B = 40.8%

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

#49DFCC (or 0x49DFCC) is known color: Turquoise. HEX triplet: 49, DF and CC. RGB value is (73,223,204). Sum of RGB (Red+Green+Blue) = 73+223+204=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFCC is #B62033. Grayscale: #AFAFAF. Windows color (decimal): -11935796 or 13426505. OLE color: 13426505.

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

Color convert

RGB 73 223 204 -
CMYK 0.67 0 0.09 0.13
HSL 172.4º 0.7% 0.58% -
HSV(B) 172.4º 0.67% 0.87% -
XYZ 40.03 58.55 66.32 -
YUV 175.98 143.81 54.54 -
System Red Green Blue C M Y K H S L
Decimal 73 223 204 0.67 0 0.09 0.13 172.4 0.7 0.58
Hex 49 DF CC 43 0 9 D AC 46 3A
Octal 111 337 314 103 0 11 15 254 106 72
Binary 1001001 11011111 11001100 1000011 0 1001 1101 10101100 1000110 111010

Color Harmonies of #49DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFCC

Black with #49DFCC

Text Example


Text Example

White with #49DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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