#4DDCE0

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

Shades of Turquoise #4DDCE0

Tints of Turquoise #4DDCE0

Color information

#4DDCE0 (or 0x4DDCE0) is unknown color: approx Turquoise. HEX triplet: 4D, DC and E0. RGB value is (77,220,224). Sum of RGB (Red+Green+Blue) = 77+220+224=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #4DDCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCE0 is #B2231F. Grayscale: #B1B1B1. Windows color (decimal): -11674400 or 14736461. OLE color: 14736461.

HSL color Cylindrical-coordinate representation of color #4DDCE0: hue angle of 181.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DDCE0 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB77220224-
CMYK0.660.0200.12
HSL181.63º70.33%59.02%-
HSV(B)181.63º65.62%87.84%-
XYZ42.1158.1579.52-
YUV177.7154.1256.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.78%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=14.78%
G=42.23%
B=42.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal772202240.660.0200.12181.6370.3359.02
Hex4DDCE04220Cb6463b
Octal115334340102201426610673
Binary1001101110111001110000010000101001100101101101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,220,224); }

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

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

 a { background-color: rgb(77,220,224); }

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

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

 span { border-color: rgb(77,220,224); }

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