#4DDFC3

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

Shades of Turquoise #4DDFC3

Tints of Turquoise #4DDFC3

Color information

#4DDFC3 (or 0x4DDFC3) is unknown color: approx Turquoise. HEX triplet: 4D, DF and C3. RGB value is (77,223,195). Sum of RGB (Red+Green+Blue) = 77+223+195=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFC3 is #B2203C. Grayscale: #B0B0B0. Windows color (decimal): -11673661 or 12836685. OLE color: 12836685.

HSL color Cylindrical-coordinate representation of color #4DDFC3: hue angle of 168.49º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDFC3 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB77223195-
CMYK0.6500.130.13
HSL168.49º69.52%58.82%-
HSV(B)168.49º65.47%87.45%-
XYZ39.358.2960.81-
YUV176.15138.6357.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.56%
GREEN value IS 223 (87.5% from 255) = 45.05%
BLUE value IS 195 (76.56% from 255) = 39.39%
R=15.56%
G=45.05%
B=39.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal772231950.6500.130.13168.4969.5258.82
Hex4DDFC3410DDa8463b
Octal1153373031010151525010673
Binary100110111011111110000111000001011011101101010001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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