Html Css Color HEX #49ECCC Turquoise

📋 copy color: '#49ECCC'

red 73 ◦ green 236 ◦ blue 204

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

Shades of Turquoise #49ECCC

Tints of Turquoise #49ECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46%

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

R = 14.23%
G = 46%
B = 39.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#49ECCC (or 0x49ECCC) is known color: Turquoise. HEX triplet: 49, EC and CC. RGB value is (73,236,204). Sum of RGB (Red+Green+Blue) = 73+236+204=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECCC is #B61333. Grayscale: #B7B7B7. Windows color (decimal): -11932468 or 13429833. OLE color: 13429833.

HSL color Cylindrical-coordinate representation of color #49ECCC: hue angle of 168.22º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ECCC is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 204 -
CMYK 0.69 0 0.14 0.07
HSL 168.22º 0.81% 0.61% -
HSV(B) 168.22º 0.69% 0.93% -
XYZ 43.64 65.77 67.52 -
YUV 183.62 139.5 49.1 -
System Red Green Blue C M Y K H S L
Decimal 73 236 204 0.69 0 0.14 0.07 168.22 0.81 0.61
Hex 49 EC CC 45 0 E 7 A8 51 3D
Octal 111 354 314 105 0 16 7 250 121 75
Binary 1001001 11101100 11001100 1000101 0 1110 111 10101000 1010001 111101

Color Harmonies of #49ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECCC

Black with #49ECCC

Text Example


Text Example

White with #49ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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