#49F3BD

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

Shades of Turquoise #49F3BD

Tints of Turquoise #49F3BD

Color information

#49F3BD (or 0x49F3BD) is unknown color: approx Turquoise. HEX triplet: 49, F3 and BD. RGB value is (73,243,189). Sum of RGB (Red+Green+Blue) = 73+243+189=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #49F3BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F3BD is #B60C42. Grayscale: #BABABA. Windows color (decimal): -11930691 or 12448585. OLE color: 12448585.

HSL color Cylindrical-coordinate representation of color #49F3BD: hue angle of 160.94º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F3BD is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB73243189-
CMYK0.7000.220.05
HSL160.94º87.63%61.96%-
HSV(B)160.94º69.96%95.29%-
XYZ43.9869.1959.18-
YUV186.01129.6847.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.46%
GREEN value IS 243 (95.31% from 255) = 48.12%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=14.46%
G=48.12%
B=37.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732431890.7000.220.05160.9487.6361.96
Hex49F3BD460165a1583e
Octal111363275106026524113076
Binary100100111110011101111011000110010110101101000011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,243,189); }

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

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

 a { background-color: rgb(73,243,189); }

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

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

 span { border-color: rgb(73,243,189); }

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