#4DFACF

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

Shades of Turquoise #4DFACF

Tints of Turquoise #4DFACF

Color information

#4DFACF (or 0x4DFACF) is unknown color: approx Turquoise. HEX triplet: 4D, FA and CF. RGB value is (77,250,207). Sum of RGB (Red+Green+Blue) = 77+250+207=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFACF is #B20530. Grayscale: #C1C1C1. Windows color (decimal): -11666737 or 13630029. OLE color: 13630029.

HSL color Cylindrical-coordinate representation of color #4DFACF: hue angle of 165.09º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFACF is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB77250207-
CMYK0.6900.170.02
HSL165.09º94.54%64.12%-
HSV(B)165.09º69.2%98.04%-
XYZ48.5174.4570.85-
YUV193.37135.6945-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.42%
GREEN value IS 250 (98.05% from 255) = 46.82%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=14.42%
G=46.82%
B=38.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772502070.6900.170.02165.0994.5464.12
Hex4DFACF450112a55f40
Octal1153723171050212245137100
Binary100110111111010110011111000101010001101010010110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DFACF; }

 p { color: rgb(77,250,207); }

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

<style>
 a { background-color: #4DFACF; }

 a { background-color: rgb(77,250,207); }

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

<style>
 span { border-color: #4DFACF; }

 span { border-color: rgb(77,250,207); }

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