#4CDCD2

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

Shades of Turquoise #4CDCD2

Tints of Turquoise #4CDCD2

Color information

#4CDCD2 (or 0x4CDCD2) is unknown color: approx Turquoise. HEX triplet: 4C, DC and D2. RGB value is (76,220,210). Sum of RGB (Red+Green+Blue) = 76+220+210=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCD2 is #B3232D. Grayscale: #AFAFAF. Windows color (decimal): -11739950 or 13818956. OLE color: 13818956.

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

Color convert

RGB76220210-
CMYK0.6500.050.14
HSL175.83º67.29%58.04%-
HSV(B)175.83º65.45%86.27%-
XYZ40.2157.3869.93-
YUV175.8147.2956.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.02%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 210 (82.42% from 255) = 41.50%
R=15.02%
G=43.48%
B=41.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal762202100.6500.050.14175.8367.2958.04
Hex4CDCD24105Eb0433a
Octal114334322101051626010372
Binary10011001101110011010010100000101011110101100001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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