#49EBCC

Color #49EBCC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #49EBCC

Tints of Turquoise #49EBCC

Color information

#49EBCC (or 0x49EBCC) is unknown color: approx Turquoise. HEX triplet: 49, EB and CC. RGB value is (73,235,204). Sum of RGB (Red+Green+Blue) = 73+235+204=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBCC is #B61433. Grayscale: #B6B6B6. Windows color (decimal): -11932724 or 13429577. OLE color: 13429577.

HSL color Cylindrical-coordinate representation of color #49EBCC: hue angle of 168.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EBCC is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB73235204-
CMYK0.6900.130.08
HSL168.52º80.2%60.39%-
HSV(B)168.52º68.94%92.16%-
XYZ43.3665.1967.43-
YUV183.03139.8349.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.26%
GREEN value IS 235 (92.19% from 255) = 45.90%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=14.26%
G=45.90%
B=39.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732352040.6900.130.08168.5280.260.39
Hex49EBCC450D8a9503c
Octal1113533141050151025112074
Binary100100111101011110011001000101011011000101010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49EBCC;
 }
 .AnyTagClassName
 {
   color: #49EBCC;
 }
</style>
background-color css

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

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

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

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

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

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