#4CDCD6

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

Shades of Turquoise #4CDCD6

Tints of Turquoise #4CDCD6

Color information

#4CDCD6 (or 0x4CDCD6) is unknown color: approx Turquoise. HEX triplet: 4C, DC and D6. RGB value is (76,220,214). Sum of RGB (Red+Green+Blue) = 76+220+214=510 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.90% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCD6 is #B32329. Grayscale: #B0B0B0. Windows color (decimal): -11739946 or 14081100. OLE color: 14081100.

HSL color Cylindrical-coordinate representation of color #4CDCD6: hue angle of 177.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDCD6 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB76220214-
CMYK0.6500.030.14
HSL177.5º67.29%58.04%-
HSV(B)177.5º65.45%86.27%-
XYZ40.7157.5872.59-
YUV176.26149.2956.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.90%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=14.90%
G=43.14%
B=41.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal762202140.6500.030.14177.567.2958.04
Hex4CDCD64103Eb2433a
Octal114334326101031626210372
Binary1001100110111001101011010000010111110101100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,220,214); }

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

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

 a { background-color: rgb(76,220,214); }

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

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

 span { border-color: rgb(76,220,214); }

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