#49FCD4

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

Shades of Turquoise #49FCD4

Tints of Turquoise #49FCD4

Color information

#49FCD4 (or 0x49FCD4) is unknown color: approx Turquoise. HEX triplet: 49, FC and D4. RGB value is (73,252,212). Sum of RGB (Red+Green+Blue) = 73+252+212=537 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.59% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCD4 is #B6032B. Grayscale: #C1C1C1. Windows color (decimal): -11928364 or 13958217. OLE color: 13958217.

HSL color Cylindrical-coordinate representation of color #49FCD4: hue angle of 166.59º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FCD4 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB73252212-
CMYK0.7100.160.01
HSL166.59º96.76%63.73%-
HSV(B)166.59º71.03%98.82%-
XYZ49.4475.7974.31-
YUV193.92138.241.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.59%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=13.59%
G=46.93%
B=39.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal732522120.7100.160.01166.5996.7663.73
Hex49FCD4470101a76140
Octal1113743241070201247141100
Binary10010011111110011010100100011101000011010011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,252,212); }

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

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

 a { background-color: rgb(73,252,212); }

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

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

 span { border-color: rgb(73,252,212); }

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