#4DFDC3

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

Shades of Turquoise #4DFDC3

Tints of Turquoise #4DFDC3

Color information

#4DFDC3 (or 0x4DFDC3) is unknown color: approx Turquoise. HEX triplet: 4D, FD and C3. RGB value is (77,253,195). Sum of RGB (Red+Green+Blue) = 77+253+195=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDC3 is #B2023C. Grayscale: #C1C1C1. Windows color (decimal): -11665981 or 12844365. OLE color: 12844365.

HSL color Cylindrical-coordinate representation of color #4DFDC3: hue angle of 160.23º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFDC3 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB77253195-
CMYK0.7000.230.01
HSL160.23º97.78%64.71%-
HSV(B)160.23º69.57%99.22%-
XYZ48.0475.7763.72-
YUV193.76128.6944.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.67%
GREEN value IS 253 (99.22% from 255) = 48.19%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=14.67%
G=48.19%
B=37.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal772531950.7000.230.01160.2397.7864.71
Hex4DFDC3460171a06241
Octal1153753031060271240142101
Binary10011011111110111000011100011001011111010000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,253,195); }

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

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

 a { background-color: rgb(77,253,195); }

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

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

 span { border-color: rgb(77,253,195); }

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