#49F8CD

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

Shades of Turquoise #49F8CD

Tints of Turquoise #49F8CD

Color information

#49F8CD (or 0x49F8CD) is unknown color: approx Turquoise. HEX triplet: 49, F8 and CD. RGB value is (73,248,205). Sum of RGB (Red+Green+Blue) = 73+248+205=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #49F8CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F8CD is #B60732. Grayscale: #BEBEBE. Windows color (decimal): -11929395 or 13498441. OLE color: 13498441.

HSL color Cylindrical-coordinate representation of color #49F8CD: hue angle of 165.26º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F8CD is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB73248205-
CMYK0.7100.170.03
HSL165.26º92.59%62.94%-
HSV(B)165.26º70.56%97.25%-
XYZ47.3372.9669.35-
YUV190.77136.0244-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.88%
GREEN value IS 248 (97.27% from 255) = 47.15%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=13.88%
G=47.15%
B=38.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal732482050.7100.170.03165.2692.5962.94
Hex49F8CD470113a55d3f
Octal111370315107021324513577
Binary10010011111100011001101100011101000111101001011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,248,205); }

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

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

 a { background-color: rgb(73,248,205); }

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

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

 span { border-color: rgb(73,248,205); }

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