#4CDCD3

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

Shades of Turquoise #4CDCD3

Tints of Turquoise #4CDCD3

Color information

#4CDCD3 (or 0x4CDCD3) is unknown color: approx Turquoise. HEX triplet: 4C, DC and D3. RGB value is (76,220,211). Sum of RGB (Red+Green+Blue) = 76+220+211=507 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.99% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCD3 is #B3232C. Grayscale: #AFAFAF. Windows color (decimal): -11739949 or 13884492. OLE color: 13884492.

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

Color convert

RGB76220211-
CMYK0.6500.040.14
HSL176.25º67.29%58.04%-
HSV(B)176.25º65.45%86.27%-
XYZ40.3357.4370.59-
YUV175.92147.7956.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.99%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 211 (82.81% from 255) = 41.62%
R=14.99%
G=43.39%
B=41.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal762202110.6500.040.14176.2567.2958.04
Hex4CDCD34104Eb0433a
Octal114334323101041626010372
Binary10011001101110011010011100000101001110101100001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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