#4DDFC0

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

Shades of Turquoise #4DDFC0

Tints of Turquoise #4DDFC0

Color information

#4DDFC0 (or 0x4DDFC0) is unknown color: approx Turquoise. HEX triplet: 4D, DF and C0. RGB value is (77,223,192). Sum of RGB (Red+Green+Blue) = 77+223+192=492 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.65% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFC0 is #B2203F. Grayscale: #AFAFAF. Windows color (decimal): -11673664 or 12640077. OLE color: 12640077.

HSL color Cylindrical-coordinate representation of color #4DDFC0: hue angle of 167.26º 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 #4DDFC0 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB77223192-
CMYK0.6500.140.13
HSL167.26º69.52%58.82%-
HSV(B)167.26º65.47%87.45%-
XYZ38.9658.1659.04-
YUV175.81137.1357.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.65%
GREEN value IS 223 (87.5% from 255) = 45.33%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=15.65%
G=45.33%
B=39.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal772231920.6500.140.13167.2669.5258.82
Hex4DDFC0410EDa7463b
Octal1153373001010161524710673
Binary100110111011111110000001000001011101101101001111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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